Merge commit '4147902aeb13585825ef6fc23834006a60affd0f' into ja
This commit is contained in:
@@ -84,7 +84,7 @@ beedb接口提供了另外一种插入的方式,map数据插入。
|
|||||||
|
|
||||||
插入多条数据
|
插入多条数据
|
||||||
|
|
||||||
addslice := make([]map[string]interface{})
|
addslice := make([]map[string]interface{}, 0)
|
||||||
add:=make(map[string]interface{})
|
add:=make(map[string]interface{})
|
||||||
add2:=make(map[string]interface{})
|
add2:=make(map[string]interface{})
|
||||||
add["username"] = "astaxie"
|
add["username"] = "astaxie"
|
||||||
|
|||||||
Reference in New Issue
Block a user