post_img

es中async和await的使用

摘要

1、async和await是什么 在promise对象中,我们可以使用then方法来添加回调方法,达到事件A处理完成后再处理事件B …