Overview
| Comment: | 加释 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1b64e61bc7f8af86330a70ac8493bc7e |
| User & Date: | 顽雨沉风 on 2024-02-04 11:14:16.718 |
| Other Links: | manifest | tags |
Context
|
2024-02-04
| ||
| 11:15 | 7小于8 check-in: 0667f9cf14 user: 顽雨沉风 tags: trunk | |
| 11:14 | 加释 check-in: 1b64e61bc7 user: 顽雨沉风 tags: trunk | |
| 11:13 | 不指了 check-in: b92c73c8f3 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lua_lib/常用库.lua
from [5815152692]
to [c1466248e1].
| ︙ | |||
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 |