let p = new Promise(resolve => {})
const noReturn = async function() {
const res = await p()
return res
}
某处多次调用noReturn方法,会不会有什么不好的影响?
森栏
红颜莎娜
相关分类