Printing the contents of a file is simple to do. To open a file you use the io.open function. Then with the file handle you call file:read() with this ...
確定! 回上一頁