摘要:
当前端收到后端传过来的数据流时,前端文件下载方法: let url = window.URL.createObjectURL(new Blob([res.body])); let link = document.createElement('a'); link.style.display = 'no 阅读全文
摘要:
当我们react项目中使用a标签但是没加href属性时,会看到如下警告: The href attribute is required for an anchor to be keyboard accessible. Provide a valid,navigable address as the 阅读全文