游戏王残局简化版

Check-in [dfc13a8abd]
Login

Check-in [dfc13a8abd]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dfc13a8abd8556cbb14a9a332f1196902ff29c1d8528fc5ba5202fe39d3ce345
User & Date: 顽雨沉风 on 2024-02-13 05:05:14
Other Links: manifest | tags
Context
2024-02-13
05:09
check-in: a4c0b3bd26 user: 顽雨沉风 tags: trunk
05:05
check-in: dfc13a8abd user: 顽雨沉风 tags: trunk
05:04
check-in: c67edd94ca user: 顽雨沉风 tags: trunk
Changes

Modified 残局文料/lua_lib/常用库.lua from [4641df3a1b] to [37a898e60d].

182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
function s.删左右空白(o1)
  o1 = string.gsub(o1, "^%s+", "")
  return string.gsub(o1, "%s+$", "")
  end
--~ 对
--~ 对
function s.连两对(u1_0, u2_0)
  for u3_0, o4_0 in pairs(u2_0) do
    u1_0[u3_0] = o4_0
    end
  return u1_0
  end
--~ 键
--~ 值
function s.修对类(u1_0, u2_0)
  if tonumber(u1_0) then







|
|







182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
function s.删左右空白(o1)
  o1 = string.gsub(o1, "^%s+", "")
  return string.gsub(o1, "%s+$", "")
  end
--~ 对
--~ 对
function s.连两对(u1_0, u2_0)
  for u3_0, u4_0 in pairs(u2_0) do
    u1_0[u3_0] = u4_0
    end
  return u1_0
  end
--~ 键
--~ 值
function s.修对类(u1_0, u2_0)
  if tonumber(u1_0) then