JavaScript 参考手册
HTML DOM title 属性
返回当前文档的标题
源代码:
点击运行 »
文档的标题为: <script> document.write(document.title); </script>
运行结果:
点击运行 »