springboot各種傳參方式與get、post請求——PathVariable、RequestParam、RequestBody(很精闢!)

PathVariable的post、get對比: Get、post都可以獲得路徑參數。 RequestParam的post、get對比: Get、post都可以獲得問號後的請求參數。 Requestparam 還可以獲得post body裏的參數,這時爲x-www-form-urlencoded, 改成application/json就錯了: RequestBody的post、get對比: 報錯:
相關文章
相關標籤/搜索