lua53lua_statedofile本页总览dofile 执行对应的 lua 文件 如果根目录存在 a.lua, return 10 + 10 调用 dofile("a.lua") 会返回 20 声明 mixed dofile(mixed path) 参数