var xhr = new XMLHttpRequest(); xhr.addEventListener('load', function(){ if (xhr.status == 200){ //Do something with xhr.response (not responseText), which ...
確定! 回上一頁