在lua中遍历目录文件需要用到lfs库,而所用的cocos2dx 3.10没用lfs, ... dir_obj = lfs.dir(path) while true do local dir = iter(dir_obj) if dir ...
確定! 回上一頁