【发布时间】:2014-06-26 16:48:28
【问题描述】:
我正在使用
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<script>document.title=" ";</script>
</head>
</html>
它可以在 IE 和 Firefox 中运行,但 Chrome 不能运行。 好吧,在 W3C 标准中。好像不允许空白标题?!
用户代理在其用户界面中引用文档时应使用文档的标题。当以这种方式使用标题元素的内容时,应该使用该标题元素的方向性来设置用户界面中文档标题的方向性。
【问题讨论】:
标签: html internet-explorer google-chrome firefox