我需要?jiǎng)h除地圖中的條目。我嘗試使用“刪除”命令:var actionResponseChannels = map[string]chan structs.ActionResponse{}...delete(actionResponseChannels, refID)但我從 go 中得到一個(gè)錯(cuò)誤:不能在要?jiǎng)h除的參數(shù)中使用 actionResponseChannels (type map[string]chan structs.ActionResponse) 作為類(lèi)型 http.ResponseWriter: map[string]chan structs.ActionResponse 沒(méi)有實(shí)現(xiàn) http.ResponseWriter (缺少 Header 方法)go 不能使用 refID (type string ) 作為類(lèi)型 *http.Request 在 deletego 的參數(shù)中在我看來(lái),刪除與地圖功能無(wú)關(guān)。我正在使用 GO 版本 1.13.8 Linux/amd64。有沒(méi)有辦法處理這個(gè)?謝謝。
使用http時(shí)使用delete函數(shù)刪除地圖條目
狐的傳說(shuō)
2022-06-27 16:57:48