我用这个密码创建一个节点
MERGE (item:ITEM{code:'1629', price: 135000, url:'http://xuongmaythienphuc.vn/component/products/set-bo-dui-den-rot-vai-phoi-vien-logo-theu-sanh-dieu.html' })
在Neo4j浏览器上,price属性是第一个属性,并显示在Visualization中的节点中。
但是我想在可视化上显示代码(示例密码为1629而不是135000)。
答案 0 :(得分:1)