如题,例如:
void function() {//abcd do break;while(typeof delete this); for(var a;;) if (true) with(null) try{}catch(a){}finally{} else throw new 1; switch(1 in 1 instanceof 1) { case false: default: } return; };
或
new function() { do break;while(typeof delete this); for(var a;void 0;) continue if (null) with(0) try{ switch(1 in 1 instanceof 1) { case false: default:throw true } }catch(a){}finally{}else return // console.log("去掉注释可以运行到这里") };
趣味 JavaScript
JavaScript重写函数让其无限相加
javascript 中语句 1..a 或1.1.b 为什么返回的是undefined,而不是报错
模仿实现js中自带的push功能
js中如何以最简单的方式将数组元素添加到对象中?
js 利用正则给字符串在指定的位置插入内容?
JS: 1.toString OR (1).toString