Skip to content
前端核心
Main Navigation
基础知识
react快捷键
Appearance
Menu
Return to top
On this page
DOM
文档对象模型
1.增删改查
增
删
改
property只能修改js能获取的属性
attribute能直接修改dom的属性名称
查
2.DOM性能
将DOM查询做缓存
将频繁操作改为一次性操作