Files
ClassContent/历届学生/吴欣阳/每天课程/2021-06-10/笔记.txt
2024-09-27 02:06:13 +08:00

19 lines
424 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.

html,css,js
js:主要用来操作html,css实现各种网页的特效交互或者功能
js
手机App,h5,web,桌面端,写后端,操作系统
js (es 5)
dom:使用js控制网页上的html和css
bom:使用js控制用户的浏览器
ecmscript 6 es6 高版本的js语法
预习:
1: JavaScript 事件 https://www.runoob.com/js/js-events.html
2: 方法 https://www.runoob.com/js/js-functions.html