golang beego 接收前端传入的数组

contacts := make([]map[string]string, 0)   

this.Ctx.Input.Bind(&contacts, "contacts")

 

posted @ 2021-06-16 16:47  Mr.peter  阅读(985)  评论(0编辑  收藏  举报