7
我怎樣做像執行承諾:燼:如何後this.send()
this.send('someFunction').then(function(response) {
// do something with the response data
});
在這種情況下,「someFunction」是一個混合的動作。
我怎樣做像執行承諾:燼:如何後this.send()
this.send('someFunction').then(function(response) {
// do something with the response data
});
在這種情況下,「someFunction」是一個混合的動作。
send不會返回任何內容,但可以向它發送延遲/承諾並期望該操作解決它。
我會找到我在幾周前給出的例子,並把它放在這裏。