fmpq.com
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fmpq教程(fmpq.com)</title> </head> <body id="myid" title="mytitle"> <script> var x=document.getElementsByTagName('body')[0]; document.write("Body 标题: " + x.title); document.write("<br>"); document.write("另一种方法: "); document.write(document.getElementById('myid').title); </script> </body> </html>
运行结果