Fetch API 接口允许Web 浏览器向Web 服务器发出HTTP 请求。 ... async function getText(file) { let x = await fetch(file); let y = await x.text(); myDisplay(y); }.
確定! 回上一頁