From c155d35ad005d29c1fd44d12d8a3959cbaf16843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=8E=E6=99=A8?= Date: Thu, 19 Aug 2021 15:14:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20handler=20=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2-ui/2-events/01-introduction-browser-events/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/2-events/01-introduction-browser-events/article.md b/2-ui/2-events/01-introduction-browser-events/article.md index 703d82d2a3..d097874c55 100644 --- a/2-ui/2-events/01-introduction-browser-events/article.md +++ b/2-ui/2-events/01-introduction-browser-events/article.md @@ -26,7 +26,7 @@ 还有很多其他事件。我们将在下一章中详细介绍具体事件。 -## 事件处理程器 +## 事件处理程序 为了对事件作出响应,我们可以分配一个 **处理程序(handler)**—— 一个在事件发生时运行的函数。