例如,当您使用时jQuery('someDiv');,它是一个功能,但您也可以使用jQuery.ajax(...);.
jQuery('someDiv');
jQuery.ajax(...);
这怎么可能?
javascript jquery
javascript ×1
jquery ×1