前端Blob對二進制流數據的處理方式

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