前端Blob对二进制流数据的处理方式

var xhr = new XMLHttpRequest(); xhr.open("post", "/login/getCaptcher?t=" + Math.random() + "&account=" + username, true); xhr.responseType = "blob"; xhr.onload = function() {
相关文章
相关标签/搜索