JS&JQ 1、css()设置单个或多个值: $(".iconList a").css("width", "32%")——单值:属性和值逗号分隔。 $(".iconList a").css( { "width": "32%", "border":"1px solid red" } )——多值:属性和值冒号分隔,属性之间添逗号。2、运算 http Other 2023-10-19 59 点赞 0 评论 89 浏览