<html> <body id="myid" title="mytitle"> <script type="text/javascript"> x=document.getElementsByTagName('body')[0]; document.write("Body title: " + x.title); document.write("<br />"); document.write("An alternate way: "); document.write(document.getElementById('myid').title); </script> </body> </html>
编辑上面的文字,按下“查看结果”,效果会显示在右边 Create by 软晨网(RuanChen.com)