[].forEach.call($$("*"),function(a){a.style.outline="1px solid #"+(~~(Math.rando
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[].forEach.call($$("*"),function(a){a.style.outline="1px solid #"+(~~(Math.rando相关的知识,希望对你有一定的参考价值。
[].forEach.call()--调用引用数组的forEach方法
$$("")--等价于document.querySelectortAll("*")
~~a--等价于parseInt(a)
1<<24--对二进数1小数点右移24位
可参考:https://my.oschina.net/l3ve/blog/330358
以上是关于[].forEach.call($$("*"),function(a){a.style.outline="1px solid #"+(~~(Math.rando的主要内容,如果未能解决你的问题,请参考以下文章