lua 中nil和false返回值都是假所以偷懒点可以这样但是这样false也会被允许 function r() return nil end if(r()) then .....end 当然严格要求nil 得这么写
確定! 回上一頁