简单教程
提交运行
代码编辑器:
<body id="myid" lang="en-us"> <script> var x=document.getElementsByTagName('body')[0]; document.write("Body 语言: " + x.lang); document.write("<br>"); document.write("另一种方式: "); document.write(document.getElementById('myid').lang); </script> </body>
运行结果: