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.
有没有一种方法可以从图中导出选定的节点和边并在另一个图中显示选定的节点和边。maxkfranz 说我们可以导出为 json。你知道我该怎么做吗?谢谢。</p>
您是否尝试过以下方式:
cy.$(':selected').json()
编辑:API 现在还允许多个元素,例如cy.$(':selected').jsons()
cy.$(':selected').jsons()