load-on-call 调用装入
Let's give the property call a property name in a way that doesn't get evaluated on load.
property这个调用加一个property名称,这样就不会在加载的时候进行求值了。
If your operating system supports dynamic loading, Lua can load and call functions on demand.
如果您的操作系统支持动态加载,那么Lua可以根据需要来动态加载并调用函数。
The delay is caused by the way browsers load, parse and render documents. If you call your scripts with the onload event on the window, all of these following steps will have to be finished
延时是由于浏览器加载,解析和展现文档的方式造成的。
应用推荐