摘要: 恢复内容开始 载入执行 $(document).ready(function(){ alert('jquery!'); }) function test(){ alert('111'); } $(test); 等同于 $(document).ready(test()); 等同于 $(document 阅读全文
posted @ 2018-04-19 16:07 ksy_c 阅读(74) 评论(0) 推荐(0)