摘要: 1,变量 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Docu 阅读全文
posted @ 2026-04-19 17:29 冰涿 阅读(0) 评论(0) 推荐(0)
摘要: 闭包的运用 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Doc 阅读全文
posted @ 2026-04-19 16:43 冰涿 阅读(2) 评论(0) 推荐(0)
摘要: <script> // 1.获取三个盒子 // 2.小盒子 切换图标 const small = document.querySelector('.small') // 中盒子 const middle = document.querySelector('.middle') // 大盒子 const 阅读全文
posted @ 2026-04-14 17:23 冰涿 阅读(3) 评论(0) 推荐(0)
摘要: 首页 <script> // 1.获取第一个小li const li1 = document.querySelector('.xtx_navs li:first-child') const li2 = li1.nextElementSibling // 2.做过渲染函数来封装,因为后续更新数据需要重 阅读全文
posted @ 2026-04-11 20:38 冰涿 阅读(2) 评论(0) 推荐(0)
摘要: <script> //1.发送短信验证码模块 const code = document.querySelector('.code') let flag = true//通过一个变量来控制 节流阀 //1.1 点击事件 code.addEventListener('click', function 阅读全文
posted @ 2026-04-11 09:08 冰涿 阅读(4) 评论(0) 推荐(0)
摘要: 预定义类 修饰符 替换 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <tit 阅读全文
posted @ 2026-04-09 15:43 冰涿 阅读(2) 评论(0) 推荐(0)
摘要: 1.边界符 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>边界符 阅读全文
posted @ 2026-04-09 14:24 冰涿 阅读(14) 评论(0) 推荐(0)
摘要: 用规则字符串,批量处理文本,替代大量手动查找 / 编辑。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial 阅读全文
posted @ 2026-03-31 22:58 冰涿 阅读(4) 评论(0) 推荐(0)
摘要: <script> // 参考数据 const initData = [ { stuId: 1, uname: '迪丽热巴', age: 22, salary: '12000', gender: '女', city: '北京', time: '2099/9/9 08:08:08' } ] // loc 阅读全文
posted @ 2026-03-30 09:07 冰涿 阅读(2) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< 阅读全文
posted @ 2026-03-29 09:06 冰涿 阅读(1) 评论(0) 推荐(0)