1 //页面载入 2 *$(document).ready(function(){ 3 // 在这里写你的代码... 4 });
1 //简写 2 $(function(){ 3 // 在这里写你的代码... 4 });