摘要: 1.当属性=属性值时,属性值可以省略 2.标记的标志:<> 3.各个标记的从属关系: ................. 4.html的历史版本:html2.0,html3.2,html4.0,html4.01,html5 阅读全文
posted @ 2026-03-14 22:23 超级无敌暴龙战士syl 阅读(1) 评论(0) 推荐(0)
摘要: 实时系统时间 <script> function formatTime() { const now = new Date(); // 年月日 const year = now.getFullYear(); const month = String(now.getMonth() + 1).padSta 阅读全文
posted @ 2026-03-10 10:08 超级无敌暴龙战士syl 阅读(2) 评论(0) 推荐(0)