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