浏览 3040 次
锁定老帖子 主题:写一段最短的代码,用上js所有关键字
精华帖 (1) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (3)
|
|
---|---|
作者 | 正文 |
发表时间:2012-06-20
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("去掉注释可以运行到这里") }; 声明:ITeye文章版权属于作者,受法律保护。没有作者书面许可不得转载。
推荐链接
|
|
返回顶楼 | |
发表时间:2012-06-20
此贴完美地诠释了“蛋疼”二字的含义
|
|
返回顶楼 | |
发表时间:2012-06-20
aochant 写道 此贴完美地诠释了“蛋疼”二字的含义 确实有点疼 |
|
返回顶楼 | |
发表时间:2012-06-21
目的就是要血染javascript?
|
|
返回顶楼 | |
发表时间:2012-06-22
坐等楼主提供包含所有保留关键字的
|
|
返回顶楼 | |
发表时间:2012-06-22
void('functionbreakdeletereturntypeofcasedoifswitchvarcatchelseinthisvoidcontinuefalseinstanceofthrowwhiledebuggerfinallynewtruewithdefaultfornulltry');
|
|
返回顶楼 | |
发表时间:2012-06-23
new function(){ try{ for(var i in void(0)){ break; } if(typeof null instanceof 1) do with(0); while(false); else throw true }catch(a){ switch(1){ case 1: default: } }finally{ return delete this } } |
|
返回顶楼 | |