aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/glossary/ecma
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/ecma
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/ecma')
-rw-r--r--files/zh-cn/glossary/ecma/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/zh-cn/glossary/ecma/index.html b/files/zh-cn/glossary/ecma/index.html
new file mode 100644
index 0000000000..a77bea546e
--- /dev/null
+++ b/files/zh-cn/glossary/ecma/index.html
@@ -0,0 +1,19 @@
+---
+title: ECMA
+slug: Glossary/ECMA
+tags:
+ - Glossary
+ - Stub
+ - WebMechanics
+translation_of: Glossary/ECMA
+---
+<p><strong>Ecma International</strong>(正式名称是 <em>European Computer Manufacturers Association,欧洲计算机制造商协会</em>)是一个开发计算机硬件、通信和程序语言标准的非盈利组织。</p>
+
+<p>在网络上该组织因维护 {{Glossary("JavaScript")}} 语言的核心规范 <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">the ECMA-262 specification</a>(即 {{Glossary("ECMAScript")}})而为人所知。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<ul>
+ <li>Wikipedia 页面 {{interwiki("wikipedia", "Ecma_International", "Ecma International")}}</li>
+ <li><a href="http://www.ecma-international.org/">The Ecma International web site</a></li>
+</ul>