p.then( function(){ p.then( function(){ console.log( "C" ); } ); console.log( "A" );} );p.then( function(){ console.log( "B" );} );任务队列是什么样子的?我不需要结果,只想知道运行机制
添加回答
举报
0/150
提交
取消