var _ = function (obj) {
if(obj instanceof _) {
return obj;
}
if(!(this instanceof _)){
return new _(obj);
}
this._wrapped = obj;
};
var cd = function (value, context, argCount) {
if(value == null) {
return _.identity;
}
}
cd变量里(_.identity)是什么意思没看懂,求大神指教。
汪汪一只猫
相关分类