Jquer的三种初始化方式时间:2023-03-08 16:54:40 $(document).ready(function(){ alert(200); }); jQuery(function($){ alert(100); }); $(function(){ alert(300); });