3.1 not. 取反操作 not 的结果为 boolean 类型。( and 和 or 的结果则不一定为 boolean ). b = not a -- a 为nil,b 为true c = not not a -- c 为false.
確定! 回上一頁