var xhr = new XMLHttpRequest(); xhr.open('GET', "images/img1.png", true); xhr.responseType = "arraybuffer"; xhr.onreadystatechange = function( ...
確定! 回上一頁