css选择多个标签应该怎么写用逗号隔开,例如:#a,#b,#c,#d{width:200px}如果是用class,也是用逗号隔开,例如:.a,.b,.c,.d{width:200px}比如.s1{样式}.s2{样式}.s3{样式}<div class=&q2023-04-20html-css220