标签:
“use strict”状态指示浏览器使用严格模式,是javaScript中一个相对少且安全的特征集。
特征列表(非完全列举)
译自:http://stackoverflow.com/questions/1335851/what-does-use-strict-do-in-javascript-and-what-is-the-reasoning-behind-it & answerd by gprasant
更详细的说明在MDN:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Strict_mode
相关链接:https://tc39.github.io/ecma262/#sec-strict-mode-of-ecmascript
http://yanhaijing.com/es5/#about
标签:
原文地址:http://www.cnblogs.com/alkq1989/p/5597835.html