多项选择题

A.$("div").each(function(){})
B.$.each($("div"),function(){})
C.each(i=0;i<$("div").length;i++){}
D.each($("div"),function(){})