什么! 运算符(双重感叹号)在JavaScript中的意思是?
我刚刚走进了这段代码:
val.enabled = !!enable
并不知道什么是“!!” 做...我GOOGLE了JavaScript的运营商,但没有找到这一个。
链接地址: http://www.djcxy.com/p/72855.html上一篇: What does the !! operator (double exclamation point) mean in JavaScript?
我刚刚走进了这段代码:
val.enabled = !!enable
并不知道什么是“!!” 做...我GOOGLE了JavaScript的运营商,但没有找到这一个。
链接地址: http://www.djcxy.com/p/72855.html上一篇: What does the !! operator (double exclamation point) mean in JavaScript?