是否可以从Lua 中的局部变量中读取以下内容? local t = os.execute("echo 'test'") print(t) 我只想做到这一点:每当 os.execute 返回任何值,我想在Lua 中使用它- ...
確定! 回上一頁