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