当前位置:网站首页>JS download files through URL links
JS download files through URL links
2022-07-03 13:59:00 【pzy_ six hundred and sixty-six】
Scenario description
ajax After the request , Back end export interface , What is returned is the of the exported file url link
Realization
const elt = document.createElement('a');
elt.setAttribute('href', url);
elt.setAttribute('download', 'file.png');
elt.style.display = 'none';
document.body.appendChild(elt);
elt.click();
document.body.removeChild(elt);
边栏推荐
- Golang — 命令行工具cobra
- Mysql:insert date:sql error [1292] [22001]: data truncation: incorrect date value:
- Unable to stop it, domestic chips have made another breakthrough, and some links have reached 4nm
- Failure of vector insertion element iterator in STL
- IBEM mathematical formula detection data set
- PHP maze game
- Qt学习25 布局管理器(四)
- 【吉林大学】考研初试复试资料分享
- Uniapp tips - set background music
- Students who do not understand the code can also send their own token, which is easy to learn BSC
猜你喜欢

QT learning 22 layout manager (I)

Go language web development series 29: Gin framework uses gin contrib / sessions library to manage sessions (based on cookies)

Qt学习21 Qt 中的标准对话框(下)

3D vision - 2 Introduction to pose estimation - openpose includes installation, compilation and use (single frame, real-time video)

Use vscode to view hex or UTF-8 codes

Qt学习24 布局管理器(三)

Using registered classes to realize specific type matching function template

挡不住了,国产芯片再度突进,部分环节已进到4nm

Flutter dynamic | fair 2.5.0 new version features

如何使用lxml判断网站公告是否更新
随机推荐
Comprehensively develop the main channel of digital economy and digital group, and actively promote the utonmos digital Tibet market
Golang - command line tool Cobra
SQL Injection (GET/Select)
Uniapp tips - set background music
Complete DNN deep neural network CNN training with tensorflow to complete image recognition cases
Go 1.16.4: purpose of go mod tidy
Failure of vector insertion element iterator in STL
Mysql:insert date:sql error [1292] [22001]: data truncation: incorrect date value:
叶酸修饰的金属-有机骨架(ZIF-8)载黄芩苷|金属有机骨架复合磁性材料([email protected])|制备路线
全局事件总线
掌握Cypress命令行选项,是真正掌握Cypress的基础
Common network state detection and analysis tools
Unity embeddedbrowser browser plug-in event communication
Thrift threadmanager and three monitors
Similarities and differences of sessionstorage, localstorage and cookies
Static linked list (subscript of array instead of pointer)
Doxorubicin loaded on metal organic framework MIL-88 DOX | folic acid modified uio-66-nh2 doxorubicin loaded [email
Mastering the cypress command line options is the basis for truly mastering cypress
[technology development-24]: characteristics of existing IOT communication technology
Record 405 questions about bank callback post request