shibazi
$(document).ready(function(){
  alert(200);
});
jQuery(function($){
  alert(100);
});
$(function(){
  alert(300);
});

分类:

技术点:

相关文章: