开发者问题收集
当我尝试上传图片时,出现了这个奇怪的错误。上传到服务器时一切正常,但之后立即出现错误。当我仅上传文本时,它工作正常,但当我上传后尝试使用 imagesID 时,它出现此错误。有人知道我为什么会收到此错误,以及如何修复它吗?我在 xhr.onreadystatechange 中的“this.state.imagesID.push({key:key });”行上收到错误,该行位于 upload() 函
当我使用aws-sdk模块 Node.js 18.x 时:const aws = require("aws-sdk");exports.handler = async (event) => {console.log('Hello!');// some code};我收到此错误:{"errorType": "ReferenceError","errorMessage": "require is no