摘要: Promise // function fun(){ // return new Promise((res,rej)=>{ // res(1); // rej(3) // }) // } // fun().then((a)=>{ // console.log(a) // }).catch((b)=> 阅读全文
posted @ 2020-02-05 13:58 我从不乱来哟 阅读(112) 评论(0) 推荐(0)