问答详情
源自: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

个回答

  • 艾伦Aaron
    2015-05-20 10:24:04
    已采纳

    快速判断的检测,让之后的检查只执行一次