如何写精华回答,获更多曝光?
发布
try {
let fileCachePath = await ImageKnife.getInstance().preLoadCache(url)
console.log("preload-fileCachePath==" + fileCachePath)
} catch (e) {
console.error('err', JSON.stringify(e))
}
问题:await后边代码无法执行,无法拿到fileCachePath。