Overview
Comment: | 7小于8 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4e48ffd0e5d8dced2f01be60041dbc1e |
User & Date: | 顽雨沉风 on 2024-02-03 16:05:04 |
Other Links: | manifest | tags |
Context
2024-02-03
| ||
16:09 | 小于16000 check-in: 63a6289625 user: 顽雨沉风 tags: trunk | |
16:05 | 7小于8 check-in: 4e48ffd0e5 user: 顽雨沉风 tags: trunk | |
16:04 | 7小于8 check-in: 168300f866 user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lua_lib/常用库.lua from [ef68c67732] to [5d8c1be416].
︙ | ︙ | |||
89 90 91 92 93 94 95 | d_4.办令(k1_9[o2]) end end --~ 文件路 --~ 式 function d_4.读文件(o1, o2) local k1 | | | | | | | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | d_4.办令(k1_9[o2]) end end --~ 文件路 --~ 式 function d_4.读文件(o1, o2) local k1 local k1_3 --~ 文件 k1_3 = io.open(o1, o2 or "r") --~ 文 k1 = k1_3:read("a") k1_3:flush() k1_3:close() return k1 end --~ 常量排 function d_4.加对限(o1_11) for o1 = 1, #o1_11 do o1_11[o1] = d_4.加前缀(o1_11[o1], [[k1_11["]]) o1_11[o1] = string.gsub(o1_11[o1], "=", "\"]=", 1) |
︙ | ︙ |