随笔分类 -  eslink

摘要:``` "no alert": 0,//禁止使用alert confirm prompt "no array constructor": 2,//禁止使用数组构造器 "no bitwise": 0,//禁止使用按位运算符 "no caller": 1,//禁止使用arguments.caller或a 阅读全文
posted @ 2017-03-30 17:26 judy201654321 阅读(647) 评论(0) 推荐(1)