摘要: require "lfs" function dirpath(path) for file in lfs.dir(path) do -- lfs.dir 根据路径获取该路径下的文件名 if file ~= '.' and file ~= '..' then local f = (path .. '/ 阅读全文
posted @ 2019-06-05 10:41 马克图 阅读(3686) 评论(0) 推荐(0) 编辑