Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将文件导入或包含到 Lua 代码中。我想获取包含在函数中的文件内容。
Lua 文件加载时会加载哪些函数。
任何帮助将不胜感激
谢谢
您通常使用require或dofile,具体取决于您的情况。loadfile如果load您需要更大的灵活性,也可以调用较低级别的函数。
require
dofile
loadfile
load
package.path