[Go] golang http下返回json數據

需求返回json格式編碼的結構體 , 需要返回content-type  返回不同的響應碼   結構體的定義 ,因爲可導出的結構體 ,必須大寫,如果要小寫 ,就得加這個別名 type JsonResult struct{ Code int `json:"code"` Msg string `json:"msg"` } 從post中獲取到字段後 , 返回對應的結果 , 設置hea
相關文章
相關標籤/搜索