可以将图片下载下来,用fs的readSync能力转成arraybuffer,然后使用new Uint8Array(arrayBuffer)的方式获取,参考文档:https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/js-apis-file-fs-V5\#fsreadsync
可以将图片下载下来,用fs的readSync能力转成arraybuffer,然后使用new Uint8Array(arrayBuffer)的方式获取,参考文档:https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/js-apis-file-fs-V5\#fsreadsync