游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [1fa21e538a]:

To Artifact [ef68c67732]:


112
113
114
115
116
117
118
119

120
121
122
123
124




125
126
127
128
129
130
112
113
114
115
116
117
118

119
120




121
122
123
124
125
126
127
128
129
130







-
+

-
-
-
-
+
+
+
+






  table.insert(o1_11, "return k1_11")
  return table.concat(o1_11, "\n")
  end
--~ 文
--~ 文件路
--~ 式
function d_4.写文件(o1, o2, o3)
  local k1_4
  local k1_3
  --~ 文件
  k1_4 = io.open(o2, o3 or "w")
  k1_4:write(o1)
  k1_4:flush()
  k1_4:close()
  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