摘要: 增加 创建一个节点 create(n:Person{name:"xiaofang", age:18}) n表示别名、变量,Person表示标签,{}里是属性 带有关系属性 create(p:Person{name:"xiaocheng", age:"25"})-[:包工程{金额:10000}]->( 阅读全文
posted @ 2022-05-25 14:08 Gazikel 阅读(112) 评论(0) 推荐(0)