摘要: 1.不带逗号 document.addEventListener('DOMContentLoaded', function () { var ifNumDynamic = true document.onscroll = function () { var scrollTop = document. 阅读全文
posted @ 2022-09-20 09:33 虞俏 阅读(80) 评论(0) 推荐(0)
摘要: const navbar = document.querySelector('.nav-fixed'); var navLink = document.querySelectorAll(".nav-link"); var a = document.getElementById(1); window. 阅读全文
posted @ 2022-09-20 09:32 虞俏 阅读(31) 评论(0) 推荐(0)
摘要: 语义标签 标签 作用 描述 <header> 页眉 介绍性的内容 <fotter> 页脚 通常包含有关作者的信息、版权或文件链接 <nav> 导航链接 可以是当前文档内的,也可以是到其他文档的。常见例子是菜单、目录和索引 <main> 文档主要内容 中心主题直接相关或扩展的内容 <article> 阅读全文
posted @ 2022-07-29 15:33 虞俏 阅读(90) 评论(0) 推荐(0)