Differences From Artifact [ca68d3d119]:
- File 残局文料/用命令行工具排版lua文件.lua — part of check-in [564e91a9f2] at 2024-02-02 15:22:12 on branch trunk — 补上数据 (user: 顽雨沉风, size: 2012) [annotate] [blame] [check-ins using]
To Artifact [f595699210]:
- File 残局文料/用命令行工具排版lua文件.lua — part of check-in [4f76259610] at 2024-02-02 15:25:38 on branch trunk — 需支持两个程序,故将重复代码抽离 (user: 顽雨沉风, size: 2087) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 | + + | package.path = [[.\lua_lib\?.lua;]] .. package.path package.cpath = [[.\lua_lib\?.dll;]] .. package.cpath local 字集码互转库 = require("u8_to_a") local u8 = 字集码互转库.u8_to_a local f = require(u8("常用库")) local k1 = 字集码互转库.u8_to_a("计算机_系统_窗口群_命令行_无窗口") local 令行库 = require(k1) local 简单文件系统库 = require("lfs") local k1 = 字集码互转库.u8_to_a("程序语言_月_基础类型_字串_逐一") local 历文库 = require(k1) local k1 = 字集码互转库.u8_to_a("程序语言_月_基础类型_序排_逐一") local 历排库 = require(k1) |
︙ |