📅  最后修改于: 2022-03-11 15:02:02.805000             🧑  作者: Mango
// create a variable called content containing the content from https://URL/file
fetch("https://URL/file").then((r)=>{r.text().then((d)=>{let CONTENT = d})})