Function downloadFile

  • @description: 在浏览器中自定义下载一些内容 @author: wuxh @Date: 2021-09-01 23:32:30

    Parameters

    • name: string
    • content: BlobPart

    Returns any

    @example: 场景:我想下载一些DOM内容,我想下载一个JSON文件

    downloadFile('1.txt','lalalallalalla') downloadFile('1.json',JSON.stringify({name:'hahahha'}))