Artifact 65e1fb33f1388ae8b34797c9fe48427a8025a5926aa6774bff7bfb3c7b1bd52b:
- File 残局文料/lua_lib/算机_基统_窗群_文件系_小文件_写.lua — part of check-in [5b9fb5e09f] at 2024-02-13 05:00:42 on branch trunk — 好 (user: 顽雨沉风, size: 209) [annotate] [blame] [check-ins using]
local s = {} --~ 文 --~ 文件路 --~ 式 function s.写文件(o1, o2, o3) local k1_3 --~ 文件 k1_3 = io.open(o2, o3 or "w") k1_3:write(o1) k1_3:flush() k1_3:close() end return s