From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/self-executing_anonymous_function/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 files/zh-cn/glossary/self-executing_anonymous_function/index.html (limited to 'files/zh-cn/glossary/self-executing_anonymous_function/index.html') diff --git a/files/zh-cn/glossary/self-executing_anonymous_function/index.html b/files/zh-cn/glossary/self-executing_anonymous_function/index.html new file mode 100644 index 0000000000..b211b41e6e --- /dev/null +++ b/files/zh-cn/glossary/self-executing_anonymous_function/index.html @@ -0,0 +1,8 @@ +--- +title: 自执行匿名函数 +slug: Glossary/Self-Executing_Anonymous_Function +translation_of: Glossary/Self-Executing_Anonymous_Function +--- +

一个 {{glossary("JavaScript")}} {{glossary("函数")}} 在定义后立即执行. 也被熟知为 {{glossary("IIFE")}} (立即执行函数表达式)(Immediately Invoked Function Expression).

+ +

请浏览上面 IIFE 解释页链接获取更多信息/.

-- cgit v1.2.3-54-g00ecf