来源 http://ourjs.com/detail/54be0a98232227083e000012
[].forEach.call($$("*"),function(a){
a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)
})
在浏览器的console里运行这个代码,可以为浏览器的元素加上边框.
具体语法分析参见上面的链接.
来源 http://ourjs.com/detail/54be0a98232227083e000012
[].forEach.call($$("*"),function(a){
a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)
})
在浏览器的console里运行这个代码,可以为浏览器的元素加上边框.
具体语法分析参见上面的链接.