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.
我正在使用 Yahoo Pipes 导入 RSS 新闻源,它运行良好。我的问题是它有时会导入社交书签。然而,这些都封装在一个表中。那么我的问题是如何使用 Yahoo Pipes 删除表格(从而删除它包含的链接 - 社交书签)?
我使用了一个简单的解决方法:只需隐藏表格、带有社交书签的 div。在您的 CSS 中:
div#bookmarks, table#bookmarks2{display:none;visibility:hidden;}