c#
====
public async void aaa()
{
}
javascript
====
axios.post('./aaa')
.then(response => {
}).catch(function (error) {
console.log(error);
})
解法:
1. void 改成 Task
2. web.config 加入
<add key="aspnet:AllowAsyncDuringSyncStages" value="true"/>
※理論上不該允許同步中包含非同步,此為寫法錯誤
沒有留言:
張貼留言