File 残局文料/lua_lib/算机_基统_窗群_文件系_小文件_读.lua artifact 18e26b45b6 part of check-in 8d2b2c76db
local io = io local s = {} --~ 文件路 --~ 式 function s.读文件(u1, u2) local h1 local h1_3 --~ 文件 h1_3 = io.open(u1, u2 or "r") --~ 文 h1 = h1_3:read("a") h1_3:flush() h1_3:close() return h1 end return s