You cannot access banned topics.

Macaca macaca 如何在回调中添加同步操作

whitiancai · March 24, 2017 · Last by 达峰的夏天 replied at March 25, 2017 · 1634 hits

比如

driver
.hasElementByName('xxx')
.then(function(d){
  //操作1+操作2+操作3
})
.操作4

现在是会同时执行1,和4
怎么写能让操作1,2,3执行完之后再执行4
需要 Sign In 后方可回复, 如果你还没有账号请点击这里 Sign Up