游戏王残局简化版

Check-in [522c72feb7]
Login

Check-in [522c72feb7]

Overview
Comment:
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 522c72feb7abd23ee3db14f15ba4961d5831695115b09fdb184c0296c1f8f97f
User & Date: 顽雨沉风 on 2024-02-14 13:08:45
Other Links: manifest | tags
Context
2024-02-14
13:09
check-in: d23cb0d0ee user: 顽雨沉风 tags: trunk
13:08
check-in: 522c72feb7 user: 顽雨沉风 tags: trunk
13:07
check-in: 7c2c8b1263 user: 顽雨沉风 tags: trunk
Changes

Deleted 残局文料/lua_lib/算机_基统_窗群_件系_小件_写.lua version [4faedf31ad].

1
2
3
4
5
6
7
8
9
10
local io = io
local s = {}
function d_2.写件(u1, u2, u3)
  local h1_3
  h1_3 = io.open(u2, u3 or "w")
  h1_3:write(u1)
  h1_3:flush()
  h1_3:close()
  end
return s
<
<
<
<
<
<
<
<
<
<




















Deleted 残局文料/lua_lib/算机_基统_窗群_件系_小件_读.lua version [207aa5ccc8].

1
2
3
4
5
6
7
8
9
10
11
local d_2 = {}
function d_2.读件(u1, u2)
  local h1
  local k1_3
  k1_3 = io.open(u1, u2 or "r")
  h1 = k1_3:read("a")
  k1_3:flush()
  k1_3:close()
  return h1
  end
return d_2
<
<
<
<
<
<
<
<
<
<
<