编辑代码

(async()=>{
    let json = await fetch('https://www.xiaohongshu.com/explore/64db79f9000000000c03777e',{

    })
    console.log(json.text())
})()