export async function getServerSideProps(context) { const res = await fetch(`https://xxx/api`) const data = await res.json() }
如何在 开发者工具-network 中查看 https://xxx/api 这一请求?
相似问题
领取专属 10元无门槛券
AI混元助手 在线答疑
洞察 腾讯核心技术
剖析业界实践案例