File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
apps/docs/content/zh-hans/docs
02-pages/03-building-your-application/03-data-fetching Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ source-updated-at: 2025-05-16T04:52:11.000Z
3
3
translation-updated-at : 2025-05-20T22:26:37.434Z
4
4
title : not-found.js
5
5
description : not-found.js 文件的 API 参考文档。
6
+ ---
6
7
7
8
** not-found** 文件用于在路由段中抛出 [ ` notFound ` ] ( /docs/app/api-reference/functions/not-found ) 函数时渲染 UI。除了提供自定义 UI 外,Next.js 会为流式响应返回 ` 200 ` HTTP 状态码,非流式响应则返回 ` 404 ` 。
8
9
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ source-updated-at: 2025-05-19T22:31:51.000Z
3
3
translation-updated-at : 2025-05-20T22:25:50.491Z
4
4
title : template.js
5
5
description : template.js 文件的 API 参考文档。
6
+ ---
6
7
7
8
** 模板 (template)** 文件与 [ 布局 (layout)] ( /docs/app/building-your-application/routing/layouts-and-templates#layouts ) 类似,用于包裹布局或页面。与跨路由保持状态的布局不同,模板会被赋予唯一键值,这意味着子级客户端组件 (Client Components) 在导航时会重置其状态。
8
9
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ source-updated-at: 2025-05-16T04:52:11.000Z
3
3
translation-updated-at : 2025-05-20T22:24:18.509Z
4
4
title : notFound
5
5
description : 关于 notFound 函数的 API 参考文档。
6
+ ---
6
7
7
8
` notFound ` 函数允许您在路由段内渲染 [ ` not-found 文件 ` ] ( /docs/app/api-reference/file-conventions/not-found ) ,并自动注入 ` <meta name="robots" content="noindex" /> ` 标签。
8
9
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ translation-updated-at: 2025-05-20T22:21:21.860Z
4
4
title : 表单与数据变更
5
5
nav_title : 表单与数据变更
6
6
description : 学习如何使用 Next.js 处理表单提交与数据变更操作。
7
+ ---
7
8
8
9
表单使您能够在网页应用中创建和更新数据。Next.js 通过 ** API 路由 (API Routes)** 提供了一种强大的方式来处理表单提交和数据变更。
9
10
You can’t perform that action at this time.
0 commit comments