__
踩雷記錄: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))
載入新的回覆