c.String(http.StatusOK, message) }) router.Run(":3000") ... c.Query(<field>) 可以取得queryString 中的內容,這是 c.Request.URL.Query().
確定! 回上一頁