You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seajs和seajs-text使用的都是github中dist的稳定版
define(function(require, exports, module){
var t = require("./hello.tpl");
var test2 = require("test2");
console.log(t)
console.log(test2)
});
seajs和seajs-text使用的都是github中dist的稳定版
define(function(require, exports, module){
var t = require("./hello.tpl");
var test2 = require("test2");
console.log(t)
console.log(test2)
});
test2 模块可以正确加载返回
hello.tpl 文件以及正确请求到浏览器了,但是t为什么为undefined的呢
The text was updated successfully, but these errors were encountered: