Lua os.execute return value是否可以从Lua中的局部变量读取以下内容?[cc lang=lua]local t = os.execute(echo 'test')print(t)[/cc]我只是想实现: ...
確定! 回上一頁