function a() >> i = 1 >> do return i end -- 这里是允许的. >> i = 2 >> end > print(a()) 1 另外, return在循环, 判断中的使用也和函数中类似, ...
確定! 回上一頁