__
@adzen
Tue, Oct 27, 2020 2:35 AM
Tue, Oct 27, 2020 2:35 AM
2
踩雷記錄:ASP WebMethod
1. 怎麼丟,response 都會吐整頁回來:
Call ASP.NET PageMethod/WebMethod with jQuery - retu...
→ 檢查 web.config 有沒有 ScriptModule
2.
axios.post('api.aspx/myMethod', {})
.then(response => (this.result = response.data.d))
載入新的回覆
1. 怎麼丟,response 都會吐整頁回來:
2.
axios.post('api.aspx/myMethod', {})
.then(response => (this.result = response.data.d))