源自:3-6 jQuery回调模块结构
下边代码看不懂了 jQuery.each(options.match(rnotwhite) || [], function(_, flag) { object[flag] = true; }); return object;
jQuery.each(options.match(rnotwhite) || [], function(_, flag) {
object[flag] = true;
});
return object;
提问者:giscafer
2015-05-16 17:36