$(document).ready(function(){ alert(200); }); jQuery(function($){ alert(100); }); $(function(){ alert(300); }); 相关文章: