函数 saveFileByUrl

根据URL下载文件

downloadFileByUrl('https://example.com/file.txt', 'example.txt')
  • 参数

    • url: string

      文件下载url地址

    • filename: string

      文件名

    返回 Promise<void>