import console; var file=io.exist("config/common.table"); var file=io.exist(io._exedir+"config/common.table");//适用于自启动软件目录或文件的判断 //io.exist(io.localpath("/ccleaner.exe"));当前文件目录文件是否存在,如果存在返回绝对路径,不存在返回null console.dump(file);