包装模板网站,上海到北京专线物流,厦门做网站哪家公司好,建设网站前景怎么样//只能出现再异步函数中 暂停异步函数得执行
async function fn() {throw 发生勒一些错误;return 123;
}
//console.log(fn())
fn().then(function(data) {console.log(data);
}).catch(function(err) {console.log(err);
})
运行结果 //只能出现再异步函数中 暂停异步函数得执行
async function fn() {throw 发生勒一些错误;return 123;
}
//console.log(fn())
fn().then(function(data) {console.log(data);
}).catch(function(err) {console.log(err);
})
运行结果