JavaScript double exclamation operator (!!) converts any object to a boolean value. For example !!0 --> false and !!1 --> true.
確定! 回上一頁