1. jquery ajax; 2. fetch; 3. axios; 4. ... async function test() { let response = await fetch(url); let data = await response.json(); ...
確定! 回上一頁