摘要:
因为ssr只有 beforecreate和create,所以用create 阅读全文
摘要:
可以看到文件自带的属性有个slice切片功能 //下载功能 let str='xxxx' const blob =new Blob([str],{ type:'text/html' }) const a = document.createElement('a') a.setAttribute('do 阅读全文
摘要:
1 前端方法一用formData: node端写法 formdata的 前端方法2用base64 就是处理成发送请求拼接后面的 xxx=xxxx&xxx=xxx 对应后端 3.大文件上传 对应后台 4。设置进度条 5.也可以用ajax的progress,去实时更新速度 阅读全文