【发布时间】:2011-04-16 11:57:05
【问题描述】:
可能的重复:
myVar = !!someOtherVar
What does the !! operator (double exclamation point) mean in JavaScript?
遇到这行代码
strict = !!argStrict
...here 想知道!! 对线路有什么影响?对 JS 很陌生!
【问题讨论】:
-
我们需要stackoverflow.com/questions/3737139/…的Javascript版本!
标签: javascript