diff options
author | myfreeer <myfreeer@users.noreply.github.com> | 2021-07-25 23:12:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 23:12:10 +0800 |
commit | e8690aecdf5f28a4ec673c558ae421889c4b687b (patch) | |
tree | e00b64178f0573f107f6a234cd8e034174de0ae6 | |
parent | 4ebd4d6726ef91b985f2cd3d1ca22eb19525ad06 (diff) | |
download | translated-content-e8690aecdf5f28a4ec673c558ae421889c4b687b.tar.gz translated-content-e8690aecdf5f28a4ec673c558ae421889c4b687b.tar.bz2 translated-content-e8690aecdf5f28a4ec673c558ae421889c4b687b.zip |
fix url in Learn/JavaScript/Client-side_web_APIs/Third_party_APIs, zh-CN (#1688)
ch-ZN - zh-CN
-rw-r--r-- | files/zh-cn/learn/javascript/client-side_web_apis/third_party_apis/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/learn/javascript/client-side_web_apis/third_party_apis/index.html b/files/zh-cn/learn/javascript/client-side_web_apis/third_party_apis/index.html index edaeb3acde..4ae177e177 100644 --- a/files/zh-cn/learn/javascript/client-side_web_apis/third_party_apis/index.html +++ b/files/zh-cn/learn/javascript/client-side_web_apis/third_party_apis/index.html @@ -28,7 +28,7 @@ translation_of: Learn/JavaScript/Client-side_web_APIs/Third_party_APIs <h2 id="什么是第三方API">什么是第三方API?</h2> -<p>第三方API是由第三方(通常是Facebook,Twitter或Google等公司)提供的API,允许您通过JavaScript访问其功能,并在您自己的站点上使用它。 正如我们在 <a href="/ch-ZN/docs/Learn/JavaScript/Client-side_web_APIs/Introduction">API介绍章节</a> 所展示的, 最显著的例子就是运用 <a href="https://developers.google.com/maps/">Google Maps APIs</a> 在你的网页上展示自定义地图。</p> +<p>第三方API是由第三方(通常是Facebook,Twitter或Google等公司)提供的API,允许您通过JavaScript访问其功能,并在您自己的站点上使用它。 正如我们在 <a href="/zh-CN/docs/Learn/JavaScript/Client-side_web_APIs/Introduction">API介绍章节</a> 所展示的, 最显著的例子就是运用 <a href="https://developers.google.com/maps/">Google Maps APIs</a> 在你的网页上展示自定义地图。</p> <p>让我们再来瞧一眼这个地图的例子 (see the <a href="https://github.com/mdn/learning-area/blob/master/javascript/apis/introduction/maps-example.html">source code on GitHub</a>; <a href="https://mdn.github.io/learning-area/javascript/apis/introduction/maps-example.html">see it live also</a>), 从这里可以知道第三方API和浏览器API的区别是怎么样的。</p> |