UPDATE: Using Fetch API with .then(). function load(url, element) { fetch(url).then(res => { element.innerHTML = res; }); } ...
確定! 回上一頁