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.
是否可以在 freebase jQuery 建议返回的项目列表中删除研究类型(例如“电影”)?
感谢您的关注。西蒙妮
只使用 CSS 怎么样?
<style> .fbs-item-type { display:none; } </style>