每日归档: 2023年9月2日

1 篇文章

异步编程Promise,async,await
Promise fetch 返回的就是 Promise // fetch就是异步函数 fetch("http://127.0.0.1:4523/m1/2751993-0-default/project/list") .then(function (response) { // console.log("response…