Lua io.open打开一个文件,将C流与它关联,并返回一个表示该流的文件句柄:. local file_handle = io.open( "myfile.txt" ) -- file opened for reading.
確定! 回上一頁