Differences From Artifact [de29ecf9ae]:
- File 残局文料/lua_lib/算机_基统_窗群_件系_小件_写.lua — part of check-in [4c19907139] at 2024-02-13 05:10:00 on branch trunk — 好 (user: 顽雨沉风, size: 165) [annotate] [blame] [check-ins using]
To Artifact [4faedf31ad]:
- File 残局文料/lua_lib/算机_基统_窗群_件系_小件_写.lua — part of check-in [8d2b2c76db] at 2024-02-14 06:19:37 on branch trunk — 好 (user: 顽雨沉风, size: 176) [annotate] [blame] [check-ins using]
|
| | > | | | | | | | 1 2 3 4 5 6 7 8 9 10 |
local io = io
local s = {}
function d_2.写件(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
|