我有一个将本地文件编码为Base64的网页,希望给用户一个保存结果的选项- - 不返回 ... var url = 'data:application/octet-stream;base64,' + file; window.open(url);.
確定! 回上一頁