运行 ❯
获取您的
自有
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <div id="myDiv" style="line-height:450%;"> This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. This is some text. </div> <button type="button" onclick="myFunction()">Get line height</button> <script> function myFunction() { alert(document.getElementById("myDiv").style.lineHeight); } </script> </body> </html>