Save file with /newLine in javascript

前端 未结 0 1634
梦如初夏
梦如初夏 2020-12-01 00:02

This is my function which should save the string to file.

function downloadCsvFile(csv, filename) {
  const blob = new Blob([csv], { type: \'text/csv\' });

          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题