js文件流转file文件
Posted 晚星@
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js文件流转file文件相关的知识,希望对你有一定的参考价值。
文件流转file文件
// // 走接口
// this.$http.get().then(res =>
// const data = res.data
// var blob = new Blob([data],
// type: 'application/vnd. openxmlformats-officedocument. spreadsheetml.sheet'
// )
// console.log(blob);
// const file = new Window.File(
// [blob],
// 'Filename.xlsx',
// type: 'application/vnd.openxml formats-officedocument. spreadsheetml.sheet'
// );
// console.log(file);
// // file == files[0]
// )
以上是关于js文件流转file文件的主要内容,如果未能解决你的问题,请参考以下文章