Files
ClassContent/历届学生/fontendseven/每天课程/2021-11-19/笔记.txt
2024-09-27 02:06:13 +08:00

16 lines
233 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

函数方法function
作用:实现代码封装的(具有相同功能代码的集合)
事件:
在网页中的所有操作都是事件
三要素
1事件源
2事件类型
3事件处理函数