(尤指计算机领域)自动加载:在程序运行时,按需自动把所需的模块、类或资源加载到内存中,无需手动逐个引入。也可泛指“自动装载/自动载入”。
/ˈɔːtoʊloʊd/
The framework can autoload classes when you need them.
这个框架可以在你需要时自动加载类。
To reduce startup time, the app uses an autoload mechanism that loads plugins only when they are first called.
为减少启动时间,这个应用使用自动加载机制,只在插件首次被调用时才加载它们。
由 **auto-**(“自动的”)+ load(“加载/装载”)构成,字面意思就是“自动加载”。在编程语境中常指“按需自动载入代码或资源”。