Artifact b26f80641160ac65ae1da0d17d77be603890d92702fc107a80a21b5fcaa9b0b0:
- File single_doc/lua_lib/算机_基统_窗群_文件系_小文件_写.lua — part of check-in [60c256f91b] at 2024-06-27 23:36:58 on branch trunk — 0 (user: 顽雨沉风, size: 224) [annotate] [blame] [check-ins using]
- File 残局文料/lua_lib/算机_基统_窗群_文件系_小文件_写.lua — part of check-in [8d2b2c76db] at 2024-02-14 06:19:37 on branch trunk — 好 (user: 顽雨沉风, size: 224) [annotate] [blame] [check-ins using]
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