摘要: jquery的基础语法:$(selector).action() 导入:<script src="jquery-3.2.1.js"></script> selector:查找想操作的标签 jquery对象与DOM对象下的方法和属性不能混用 基本选择器$("*")$("#id")$(".class") 阅读全文