【发布时间】:2023-03-29 00:10:02
【问题描述】:
后台路由跳转到前端返回页面时,遇到下载页面文件的情况。
enter image description here 点击时,浏览器会自动下载post.html
【问题讨论】:
后台路由跳转到前端返回页面时,遇到下载页面文件的情况。
enter image description here 点击时,浏览器会自动下载post.html
【问题讨论】:
尝试使用res.send 或直接使用res.sendFile。
【讨论】: