中国优质的IT技术网站
专业IT技术创作平台
IT职业在线教育平台
微信扫码分享
componentSnapshot.get(NODE_CONTAINER_ID, async (error: Error, pixelMap: image.PixelMap) => { if (pixelMap !== null) { // 图片写入文件 this.filePath = await this.saveFile(getContext(), pixelMap); logger.info(TAG, `Images saved using the packing method are located in : ${this.filePath}`); } })