我使用 cy = window.cy = cytoscape ({
container : document.getElementBy('cy'),
// define a style for selected node
style : cytoscape.stylesheet()
.selector('node')
.css ({..............})
.selector('edge')
.css({...............})
.selector('node:selected')
.css({ 'border-color' : 'red'})
}),
elements : eles,
layout : {.............}
});
方法移动 bin 中的文件。此方法(作为触发器)每隔一天运行一次。
但我的 bin 尺寸增加。
我没有找到任何可以从bin 中删除文件的特定解决方案。