代码语言:javascript复制
(function() {
// Baseline setup
// --------------
// Establish the root object, `window` in the browser, or `exports` on the server.
var root = this;
this._={};
_.a=function(){}
return _;
代码语言:javascript复制}.call(this));