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