Not able understand the use of
This question already has an answer here:
That's bitwise OR operator
Performs the OR operation on each pair of bits. a OR b yields 1 if either a or b is 1. The truth table for the OR operation is:
Bitwise ORing any number x with 0 yields x. Bitwise ORing any number x with -1 yields -1.
链接地址: http://www.djcxy.com/p/77444.html上一篇: 0“的意思是在JavaScript中
下一篇: 不能理解使用