js初始化 window.onload=function(){ alert("初始化加载"); } jquery初始化 $(document).ready(function(){ alert("初始化方法进入"); });