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.
我正在使用 jsPlumb 创建流程图。
我在某些事件上动态添加 jsPlumb 实例(节点)。
每当我添加 jsPlumb instancee 时,我都想创建它与之前添加的节点的连接。
有没有办法获取之前添加的节点的id或者一些有用的数据。
我认为一个简单的解决方案是拥有一个全局变量。每当您添加新节点时,将其 id 存储在此变量中。并且在创建一个新节点时使用已经从这个变量中添加的 id。一切顺利 :-)