模块加载器

    out=function () {
        console.log("hello")
    }
    var Test = need("$url:test.js");
    Test();
说明