摘要: 向函数的定义中插入"use strict指令,解析器会使用更严格的规则执行脚本 function getFamilyMemberName(){ "use strict"; ...} 阅读全文
posted @ 2014-04-10 14:49 狰狞蛋子 阅读(176) 评论(0) 推荐(0) 编辑