Is it possible to read the following from the local variable in Lua? local t = os.execute("echo 'test'") print(t). I just want to achieve this: whatever is ...
確定! 回上一頁