摘要: jQuery学习笔记 1、使用之前需要引入,引入的方式网页上直接引用或者下载到本地; 2、引入JQuery之后,多了 $() <button id="ButtonToClick"><button/> $('#ButtonToClick').click(function(){ } 3、$(docume 阅读全文
posted @ 2022-07-04 22:24 甜酒1996 阅读(23) 评论(0) 推荐(0)