摘要: function load1() { window.URL = window.URL || window.webkitURL; var xhr = new XMLHttpRequest(); xhr.open('GET', 'git.docx', true); xhr.responseType = 'blob'; xhr.onload = function (e) { if (xh... 阅读全文
posted @ 2018-11-13 18:01 leechg 阅读(205) 评论(0) 推荐(0)