其實css 選擇器的範圍是很廣泛的, id. class 這種屬性只佔了其中一小部分, ... h2[class~=title] //只要class 裡頭有包含title 文字的h2 標籤即可.
確定! 回上一頁