注意lua中false 只有两种情况(nil与boolean中的false)这两个为false,其他的语句都为true. print(not nil) --> true (nil为false 则not nil为true) ...
確定! 回上一頁