假设我可以访问以下代码:
http://localhost/web/src/js/myApp.js
现在我要用从 javascript 命令行模式上加载要求js myApp.js
。
我试过了,但没用,有什么想法吗?
requirejs.config({
baseUrl: "http://localhost/web/src/"
});
require("js/myApp"); // Error: Module name js/myApp has not been loaded yet for context: _ http://requirejs.org/docs/errors.html#notloaded