摘要:
1.接收字典: var data map[string]interface{} if r.Method == "POST" { fmt.Println("method:", r.Method) res := r.ParseForm() # 从body里面读出内容,golang的字典格式为map(字典 阅读全文
posted @ 2019-12-02 16:20 大白不白 阅读(3423) 评论(0) 推荐(0)
posted @ 2019-12-02 16:20 大白不白 阅读(3423) 评论(0) 推荐(0)