table tr td [innerHTML="Valor 1"]{ background: red; } table tr td: contains('Valor 1'){ ... How can I use a CSS selector to select the line by column text?
確定! 回上一頁