多项选择题

A.(tag).each(function(index,el){...})
B.each(obj,function(key,value){...})
C.(tag).map(function(index,el){...})
D.(tag).map(function(el,indexl){...})