aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/synchronous
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/glossary/synchronous
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/zh-cn/glossary/synchronous')
-rw-r--r--files/zh-cn/glossary/synchronous/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/synchronous/index.html b/files/zh-cn/glossary/synchronous/index.html
new file mode 100644
index 0000000000..e5e1c37af7
--- /dev/null
+++ b/files/zh-cn/glossary/synchronous/index.html
@@ -0,0 +1,22 @@
+---
+title: Synchronous(同步)
+slug: Glossary/Synchronous
+tags:
+ - Web
+ - 术语
+translation_of: Glossary/Synchronous
+---
+<p>各方都实时(或者尽可能实时)地收取(而且必要的话也处理或者回复)信息的即时沟通方式,即为<strong>同步</strong>。</p>
+
+<p>电话即为一个日常的例子:人们都倾向于在使用电话时即时地作出回应。</p>
+
+<p>许多程序指令也是实时的:例如当输入一个算式时,除非编程人员有意为止,否则环境都会<strong>立即</strong>将结果反馈回来。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="技术参考">技术参考</h3>
+
+<ul>
+ <li>{{glossary("Asynchronous")}}</li>
+ <li>使用了 <a href="https://developer.mozilla.org/zh-CN/docs/Web/API/XMLHttpRequest">XMLHttpRequest()</a> {{glossary("API")}} 的<a href="/zh-CN/docs/Web/API/XMLHttpRequest/Synchronous_and_Asynchronous_Requests">同步和异步请求</a></li>
+</ul>