Differences From Artifact [5815152692]:
- File 残局文料/lua_lib/常用库.lua — part of check-in [b92c73c8f3] at 2024-02-04 11:13:48 on branch trunk — 不指了 (user: 顽雨沉风, size: 2702) [annotate] [blame] [check-ins using]
To Artifact [c1466248e1]:
- File 残局文料/lua_lib/常用库.lua — part of check-in [1b64e61bc7] at 2024-02-04 11:14:16 on branch trunk — 加释 (user: 顽雨沉风, size: 2711) [annotate] [blame] [check-ins using]
︙ | |||
119 120 121 122 123 124 125 126 127 128 129 130 | 119 120 121 122 123 124 125 126 127 128 129 130 131 | + | local k1_3 --~ 文件 k1_3 = io.open(o2, o3 or "w") k1_3:write(o1) k1_3:flush() k1_3:close() end --~ 文 function d_4.删左右空白(o1) o1 = string.gsub(o1, "^%s+", "") return string.gsub(o1, "%s+$", "") end return d_4 |