p.then( function(){ p.then( function(){ console.log( "C" ); } ); console.log( "A" );} );p.then( function(){ console.log( "B" );} );任務(wù)隊(duì)列是什么樣子的?我不需要結(jié)果,只想知道運(yùn)行機(jī)制
promise 的運(yùn)行機(jī)制?
qq_遁去的一_1
2018-11-07 13:13:56