axios Post請求 .Net Core中的接口以及FromBody特性和FromForm特性的使用

.Net Core中Get請求接口的參數通常能夠在url中獲取,可是Post請求接口通常建議使用[FromBody]特性來綁定參數,而前端發請求時也得須要注意,前端代碼以下(vue):前端 const postData = { id: 12 }; // post請求的數據,可自行定義 this.$axios({ url: api.postUrl, method: 'post
相關文章
相關標籤/搜索