Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如 HTML:
<div id="css"> <a href="/forum"></a> </div>
如何选择 href 的父选择器?我努力了 :
#css! > a[href*="/forum"]
但并不成功。感谢您的帮助