摘要: function getBlob(url,cb) { var xhr = new XMLHttpRequest(); xhr.open('GET', url, true); xhr.responseType = 'blob'; xhr.onload = function() { if (xhr.st 阅读全文
posted @ 2022-04-25 17:12 石头记1 阅读(339) 评论(0) 推荐(0)