摘要: //二进制保存var content = "file content!"; var data = new Blob([content],{type:"text/plain;charset=UTF-8"}); var downloadUrl = window.URL.createObjectURL(data); var anchor = document.createElement("a"); a... 阅读全文
posted @ 2018-07-31 15:47 月渊 阅读(2849) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-07-31 15:47 月渊 阅读(2) 评论(0) 推荐(0)