不要怂,就是干,撸起袖子干!

utils.js 125 Bytes
var scope = function(target, func) {
    return function(){ return func.apply(target, arguments); }
}
exports.scope = scope;