摘要: 1、节点数据结构: 1 {nodes: 2 [{ 3 'id':'n0', 4 'label':'节点0', 5 'icon':'cisco.gif', 6 'x':'60', 7 'y':'0', 8 'droppable':false 9 }]10 }2、连接线数据结构:1 {lines:2 [{3 'isflag':'1',4 'aendId':'n3' 阅读全文