第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會有你想問的

如何在Echo框架中綁定多部分/表單數(shù)據(jù)數(shù)組?

如何在Echo框架中綁定多部分/表單數(shù)據(jù)數(shù)組?

Go
天涯盡頭無女友 2022-10-04 17:17:34
我正在使用顫振和Go Echo框架編寫一個(gè)api服務(wù)器,我想從顫動到Go發(fā)送數(shù)據(jù)并保存它,但在Go中不起作用:c.bind()type _getData struct {    Title    string      `json:"title" form:"title"`    Address  string      `json:"address" form:"address"`    Location string      `json:"location" form:"location"`    MapId    uint        `json:"map_id" form:"map_id"`    Date     _customTime `json:"date" form:"date"`    Pages    []struct {        Order       int    `json:"order" form:"order"`        Description string `json:"description" form:"description"`    } `json:"pages" form:"pages"`    Tags []struct {        TagName string `json:"tag_name" form:"tag_name"`        ID      string `json:"id" form:"id"`    } `json:"tags" form:"tags"`}type _customTime struct {    time.Time}創(chuàng)建一個(gè)結(jié)構(gòu),如上面的代碼所示,并按如下所示進(jìn)行綁定:d := &echo.DefaultBinder{}var aa _getDatad.Bind(&aa, c)fmt.Println(c.Request().Form)fmt.Println(aa)----- fmt.Println(c.Request().Form)'s result is -----ap[address:[?? ????? ????? ??? ???? ] date:[2021-10-01] location: [37.330672396748554 -122.03014377504589] pages[0][description]:[123123] pages[0] [order]:[0] tags[0][tag_name]:[sdf] title:[123123]]----- fmt.Println(aa)'s result is -----{123123 ?? ????? ????? ??? ????  37.330672396748554 -122.03014377504589 0 2021-10-01 00:00:00 +0900 KST [] []}頁面和標(biāo)記數(shù)據(jù)未綁定。其他字段是綁定的,但為什么不只是多數(shù)組字段?如何綁定?我是初學(xué)者,任何建議將不勝感激。
查看完整描述

1 回答

?
POPMUISE

TA貢獻(xiàn)1765條經(jīng)驗(yàn) 獲得超5個(gè)贊

Echo 框架不支持從現(xiàn)成的表單數(shù)據(jù)綁定數(shù)組。

您可以改用 json 或使用第三方庫。查看實(shí)施發(fā)布和 github 問題 https://github.com/labstack/echo/issues/1644


查看完整回答
反對 回復(fù) 2022-10-04
  • 1 回答
  • 0 關(guān)注
  • 136 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號