lua 函数中在return之后又语句就会报错

可以把return true

改为

if true then

return true

end

posted @ 2020-12-11 14:52  流星曳尾  阅读(481)  评论(0)    收藏  举报