在Lua中, return的用法比较"诡异", 为什么这么说呢, 因为它只能用在block ... function a() i = 1 return i -- 这里会报错, 提示return后面必须是end, ...
確定! 回上一頁