aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrus Yip | 叶寻 <60951091+CyrusYip@users.noreply.github.com>2021-09-12 16:05:48 +0800
committerGitHub <noreply@github.com>2021-09-12 16:05:48 +0800
commit6fe4a4af4ad067d316750186ea448dfa839e54c6 (patch)
tree24bb781d3a34c010cee967e39a6d0671a786d04f
parentd5034f32a14f732d8745bff8e3cef9067c09fe20 (diff)
downloadtranslated-content-6fe4a4af4ad067d316750186ea448dfa839e54c6.tar.gz
translated-content-6fe4a4af4ad067d316750186ea448dfa839e54c6.tar.bz2
translated-content-6fe4a4af4ad067d316750186ea448dfa839e54c6.zip
Improve Learn/JavaScript/Client-side_web_APIs/Introduction, zh-CN (#2422)
-rw-r--r--files/zh-cn/learn/javascript/client-side_web_apis/introduction/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/javascript/client-side_web_apis/introduction/index.html b/files/zh-cn/learn/javascript/client-side_web_apis/introduction/index.html
index f549f9919d..9d35d65f08 100644
--- a/files/zh-cn/learn/javascript/client-side_web_apis/introduction/index.html
+++ b/files/zh-cn/learn/javascript/client-side_web_apis/introduction/index.html
@@ -35,7 +35,7 @@ translation_of: Learn/JavaScript/Client-side_web_APIs/Introduction
<h2 id="什么是API">什么是API?</h2>
-<p>应用程序接口(API)是基于编程语言构建的结构,使开发人员更容易地创建复杂的功能。它们抽象了复杂的代码,并提供一些简单的接口规则直接使用。</p>
+<p>应用程序接口(API,Application Programming Interface)是基于编程语言构建的结构,使开发人员更容易地创建复杂的功能。它们抽象了复杂的代码,并提供一些简单的接口规则直接使用。</p>
<p>来看一个现实中的例子:想想您的房子、公寓或其他住宅的供电方式,如果您想在您的房子里用电,只要把电器的插头插入插座就可以,而不是直接把它连接到电线上——这样做非常低效,而且对于不是电工的人会是困难和危险的。</p>