<!DOCTYPE html>
<html>
<head>
<title>jb51.net</title>
</head>
<body>
current document's title is:
<script>
document.write(document.title);
</script>
</body>
</html>

在ie6和ff2.0下测试通过。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>标题一</title>
</head>
<body>
<script type="text/javascript">
<!--
var t=document.title;
alert(t);
document.title="改变的标题二";
//-->
</script>
</body>
</html>

最新文章

  1. ie8 jquery parents() 获取多个的问题
  2. 全面剖析 &lt;input&gt; 标签 ------ HTML\HTML5
  3. Postgres数据库基本介绍
  4. 【转】GUID学习
  5. 灰度共生矩阵(GLCM) 及matlab代码实现
  6. Leetcode: Subsets &amp; SubsetsII
  7. &quot;《算法导论》之‘线性表’&quot;:基于数组实现的单链表
  8. 原生JS封装 toast 弹层,自动关闭
  9. JAVA基础知识(一)—JAVA概述
  10. MapReduce词频统计
  11. nodejs中的Buffer
  12. Android 屏幕适配插件 ScreenMatch
  13. Cherrypy文件上传非ASCII文件名乱码问题解决
  14. 【C语言基础】什么是数据类型?
  15. 【Android】3.13 路径规划功能
  16. selenium java maven 自动化测试(一) helloworld
  17. JDK中枚举的底层实现
  18. log4cpp
  19. chromium之ScopedNSAutoreleasePool浅析
  20. RN app打包

热门文章

  1. SpringMVC MultiActionController 默认方法名解析器
  2. 简单了解一下php的迭代生成器yield
  3. P3317 [SDOI2014]重建(Matrix-tree+期望)
  4. fjwc2019 D2T2 定价 (栈+set+贪心)
  5. bzoj5421:收藏家
  6. ORA-12052: cannot fast refresh materialized view
  7. 【题解】Luogu UVA1411 Ants
  8. eclipse在注释时候字体变成繁体字
  9. Vmware 安装centos7与网络配置
  10. 再谈 apache设置virtualhost + apache的一些相关设值