js的严格模式会放弃js中的一些不正规的写法,参考 http://www.cnblogs.com/God-Shell/p/3139329.html; 使用声明"use strict"字符串可以启动js严格模式的检查,作用方式分为两种。 1 全局开启严格模式检查 那么这个"use strict"字符串 Read More
posted @ 2016-05-31 17:06 soft.push("zzq") Views(1025) Comments(0) Diggs(0)