Abh*_*ngh 3 javascript jquery download
我有一个java脚本文件,其中变量有一些字符串,如:
var xw = 'Some content';
Run Code Online (Sandbox Code Playgroud)
我想将此字符串下载为文件.如何在JQuery/javascript中执行此操作?我不想使用AJAX在服务器上发送任何请求.有没有办法下载纯粹的JQuery/javascript?
<a href="data:application/octet-stream;charset=utf-8;base64,U29tZSBjb250ZW50">Download "Some content" as a text file</a>
Run Code Online (Sandbox Code Playgroud)