标签: html css css3
例如HTML:
<div id="css"> <a href="/forum"></a> </div>
如何选择href的父选择器? 我试过了:
#css! > a[href*="/forum"]
但不成功。谢谢你的帮助