// 示例用法import downloadImg from '@/dlf/taro/downloadImg'// 保存图片const imageURL = 'https://example.com/image.jpg'await downloadImg(imageURL) Copy
// 示例用法import downloadImg from '@/dlf/taro/downloadImg'// 保存图片const imageURL = 'https://example.com/image.jpg'await downloadImg(imageURL)
图片地址
Optional
图片名称
返回undefined或错误信息
Example