Skip to main content

数据获取

Next.js 中的数据获取允许你根据应用的用例以不同的方式渲染内容。其中包括使用服务器端渲染或静态生成进行预渲染,以及使用增量静态重新生成在运行时更新或创建内容。

¥Data fetching in Next.js allows you to render your content in different ways, depending on your application's use case. These include pre-rendering with Server-side Rendering or Static Generation, and updating or creating content at runtime with Incremental Static Regeneration.

示例

¥Examples