var xhr = new XMLHttpRequest(); xhr.open('GET', 'path/to/file.json', true); xhr.onreadystatechange = function() { if (xhr ...
確定! 回上一頁