且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Lua-从用户那里获取命令行输入?

更新时间:2023-11-28 12:47:22

看看io库,该库默认情况下具有标准输入作为默认输入文件:

Take a look at the io library, which by default has standard-input as the default input file:

http://www.lua.org/pil/21.1.html