踩雷記錄:ASP WebMethod
1. 怎麼丟,response 都會吐整頁回來:
Call ASP.NET PageMethod/WebMethod with jQuery - retu...→ 檢查 web.config 有沒有 ScriptModule
2.
1. 怎麼丟,response 都會吐整頁回來:
Call ASP.NET PageMethod/WebMethod with jQuery - retu...→ 檢查 web.config 有沒有 ScriptModule2.
axios.post('api.aspx/myMethod', {}).then(response => (this.result = response.data.d))