Artifact 7b1ebd730f459f5f91e245d630ee4d9fac3a80784a3b5ecdbc2870f5d2f06650:
- File 残局文料/lua_lib/算机_基统_窗群_文件系_小文件_读.lua — part of check-in [93f2f6943b] at 2024-02-09 05:12:02 on branch trunk — 慢慢来 (user: 顽雨沉风, size: 237) [annotate] [blame] [check-ins using]
local d = {} --~ 文件路 --~ 式 function d.读文件(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 return d