$(document).ready() 里的代码是在页面内容都加载完才执行的

$(document).ready(function(){})可以简写成$(function(){});

相关文章: