Jquer的三種初始化方式

$(document).ready(function(){
  alert(200);
});
jQuery(function($){
  alert(100);
});
$(function(){
  alert(300);
});
相關文章
相關標籤/搜索