jQuery页面加载后执行的事件(3种方式)

1 $(function () { }); 2 $(document).ready(function () { }); 3 window.onload = function () { }
相关文章
相关标签/搜索