From 1a8bcf6546d42d53ea28a1391bee7a0625703e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E9=91=AB=E6=9D=B0?= <2173036056@qq.com> Date: Fri, 22 Nov 2024 00:12:47 +0800 Subject: [PATCH] test --- ...66\351\227\264\345\257\271\350\261\241.md" | 408 ++++++++++++++++++ 1 file changed, 408 insertions(+) create mode 100644 "\345\215\242\351\221\253\346\235\260/20241121 \346\227\266\351\227\264\345\257\271\350\261\241/20241121 \346\227\266\351\227\264\345\257\271\350\261\241.md" diff --git "a/\345\215\242\351\221\253\346\235\260/20241121 \346\227\266\351\227\264\345\257\271\350\261\241/20241121 \346\227\266\351\227\264\345\257\271\350\261\241.md" "b/\345\215\242\351\221\253\346\235\260/20241121 \346\227\266\351\227\264\345\257\271\350\261\241/20241121 \346\227\266\351\227\264\345\257\271\350\261\241.md" new file mode 100644 index 0000000..ba780af --- /dev/null +++ "b/\345\215\242\351\221\253\346\235\260/20241121 \346\227\266\351\227\264\345\257\271\350\261\241/20241121 \346\227\266\351\227\264\345\257\271\350\261\241.md" @@ -0,0 +1,408 @@ +作业 + +#### 1、01-实例化日期对象 + +```html + + + + + + + + Document + + + + + + + + +``` + +#### 2、02-常见的日期对象方法 + +```html + + + + + + + + Document + + + + + + + +``` + +#### 3、03-显示格式化的时间 + +```html + + + + + + + + Document + + + + +
+ + + + + +``` + +#### 4、04-时间的另外一个写法 + +```html + + + + + + + + Document + + + + +
+ + + + +``` + +#### 5、05-得到时间戳 + +```html + + + + + + + + Document + + + + + + + +``` + +#### 6、06-倒计时 + +```html + + + + + + + + + Document + + + + +
+

今天是11月21日星期六

+

下课倒计时

+

+ 00 + : + 25 + : + 20 +

+

17:40:00下课

+
+ + + + \ No newline at end of file -- Gitee