2020年7月13日
摘要: 1.JQuery入口函数 <script type="text/javascript"> //方法一 $(document).ready(function(){ alert("这是jQuery"); }); //方法二 $(function(){ $('div').html("world"); }) 阅读全文
posted @ 2020-07-13 20:31 singleSpace 阅读(282) 评论(0) 推荐(0) 编辑