aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/synchronous/index.html
blob: e5e1c37af7c328978f316a3242588b62f151a0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>