是否可以从Lua中的本地变量中读取以下内容? local t = os.execute("echo 'test'") print(t) 我只想实现这一点:无论是通过ox.execute执行, ...
確定! 回上一頁