【发布时间】:2011-06-27 09:58:53
【问题描述】:
【问题讨论】:
-
你也可以使用十六进制:
document.write(0x154);看看你得到了什么。 :-) -
This silly behaviour is gone if you use strict javascript (that's new). 只需将
"use strict";放在文件/函数的顶部即可。
标签: javascript html