如何让小程序先执行A,再根据A的结果执行B?
test: function () { this .funA(); this .funB(); } |
如何让小程序先执行A,再根据A的结果执行B?
比如A里执行中断就跳出不继续往下执行了。
test: function () { this .funA(); this .funB(); } |
如何让小程序先执行A,再根据A的结果执行B?
比如A里执行中断就跳出不继续往下执行了。