Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
PassionPenguin and yin1999 authored Jul 30, 2024
1 parent 9de7095 commit 6f47883
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions files/zh-cn/glossary/ajax/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: AJAX
slug: Glossary/AJAX
l10n:
sourceCommit: 58ad1df59f2ffb9ecab4e27fe1bdf1eb5a55f89b
sourceCommit: 998a4e6fc713678381e6bc31130e3a0a53158d69
---

{{GlossarySidebar}}
Expand All @@ -18,7 +18,7 @@ AJAX 可以用于创建{{Glossary("SPA", "单页应用")}}——那些使用 AJA
## 参见

- [从服务器获取数据](/zh-CN/docs/Learn/JavaScript/Client-side_web_APIs/Fetching_data)
- {{DOMxRef("Fetch API")}}
- [Fetch API](/zh-CN/docs/Web/API/Fetch_API)
- 相关术语:
- {{Glossary("SPA", "单页应用")}}
- [使用 Fetch API](/zh-CN/docs/Web/API/Fetch_API/Using_Fetch)
Expand Down
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/application_context/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ l10n:

{{GlossarySidebar}}

**应用程序上下文**是一个应用了 [Web 应用程序清单](/zh-CN/docs/Web/Manifest) 的顶层[浏览上下文](/zh-CN/docs/Glossary/Browsing_context)
**应用程序上下文**是应用了 [Web 应用程序清单](/zh-CN/docs/Web/Manifest) 的顶层[浏览上下文](/zh-CN/docs/Glossary/Browsing_context)

如果应用程序上下文是由于用户代理被要求导航到一个深度链接而创建的,那么用户代理必须立即以替换启用的方式导航到深度链接。否则,当应用程序上下文被创建时,用户代理必须立即以替换启用的方式导航到起始 URL。

Expand Down
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/arpanet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ l10n:

## 参见

- 维基百科上的[高级研究计划局网络](https://zh.wikipedia.org/wiki/ARPANET)
- 相关术语:
- {{Glossary("arpa", ".arpa")}}
- {{Glossary("TCP")}}
- 维基百科上的[高级研究计划局网络](https://zh.wikipedia.org/wiki/ARPANET)
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/array/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ l10n:

{{GlossarySidebar}}

**数组**是一个有序的数据(根据语言不同,数据可以是{{Glossary("primitive","原始值")}}或{{Glossary("object","对象")}})集合。相对于一个普通的变量,数组可用于在一个变量中存储多个变量值
**数组**是有序的数据(根据语言不同,数据可以是{{Glossary("primitive","原始值")}}或{{Glossary("object","对象")}})集合。相对于普通的变量,数组可用于在一个变量中存储多个值

数组中的每一项都有可供访问的数字索引。在 JavaScript 中,数组索引从 0 开始,并可以使用多种{{Glossary("Method", "方法")}}操作。

Expand Down
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/browsing_context/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ l10n:
## 参见

- 相关术语:
- {{glossary("Origin", "")}}
- {{glossary("Origin", "来源")}}
2 changes: 1 addition & 1 deletion files/zh-cn/glossary/buffer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ l10n:

{{GlossarySidebar}}

**缓冲区**是物理内存中用于在数据进行转移时临时存放数据的一个存储区域
**缓冲区**是物理内存中用于在数据进行转移时临时存放数据的存储区域

## 参见

Expand Down

0 comments on commit 6f47883

Please sign in to comment.