选择多个子元素 2018-03-23 本文已影响0人 自you是敏感词 选择 table 的 th 和td 不能写成: table th, td{ } 必须写成 table th, table td{ } 第一种写法相当于 table th{ } td{ }