[].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的主要内容,如果未能解决你的问题,请参考以下文章

使用[].forEach.call()方法的写拖拽排序。

封装了一个字符串的每个元素转为数组的方法

实用代码片段

es5和es6中如何处理不确定参数

jquery 逐行遍历table

JavaScript奇技淫巧