2024年2月26日
摘要: 导出: const formElement = document.createElement('form');formElement.style.display = 'display:none;';formElement.method = 'post';formElement.action = wi 阅读全文
posted @ 2024-02-26 17:14 久闻 阅读(29) 评论(0) 推荐(0)
摘要: 下载: axios({ url: `url`, method: "post", data: { 参数... }, responseType: "blob", }) .then((res)=>{ const link = document.createElement("a"); let blob = 阅读全文
posted @ 2024-02-26 16:39 久闻 阅读(104) 评论(0) 推荐(0)