From 9457f58ae0ea29f72e6374cce72a52fd93d3e24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=9D=A8=E6=AD=A6?= <1019805199@qq.com> Date: Thu, 25 Mar 2021 20:58:27 +0800 Subject: [PATCH 1/3] l --- zy1.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 zy1.html diff --git a/zy1.html b/zy1.html new file mode 100644 index 0000000..ed3d8b6 --- /dev/null +++ b/zy1.html @@ -0,0 +1,15 @@ + + + + + +

创建JavaScript对象。

+

+ + + \ No newline at end of file -- Gitee From 90c00aecb8d35e665a4d5b56e5bbda11da2d89ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=9D=A8=E6=AD=A6?= <1019805199@qq.com> Date: Thu, 25 Mar 2021 21:06:11 +0800 Subject: [PATCH 2/3] l --- zy3.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 zy3.html diff --git a/zy3.html b/zy3.html new file mode 100644 index 0000000..b5a130d --- /dev/null +++ b/zy3.html @@ -0,0 +1,18 @@ + + + + + +

创建JavaScript对象。

+

+ + + \ No newline at end of file -- Gitee From 556dd42809c34d2012966ce5061e94cc65e3265e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=9D=A8=E6=AD=A6?= <1019805199@qq.com> Date: Thu, 25 Mar 2021 23:44:22 +0800 Subject: [PATCH 3/3] l --- java-script-task-test | 1 + zy10.html | 30 ++++++++++++++++++++++++++++++ zy11.html | 17 +++++++++++++++++ zy12.html | 24 ++++++++++++++++++++++++ zy2.html | 22 ++++++++++++++++++++++ zy4.html | 26 ++++++++++++++++++++++++++ zy5.html | 27 +++++++++++++++++++++++++++ zy6.html | 17 +++++++++++++++++ zy7.html | 27 +++++++++++++++++++++++++++ zy8.html | 24 ++++++++++++++++++++++++ zy9.html | 27 +++++++++++++++++++++++++++ 11 files changed, 242 insertions(+) create mode 160000 java-script-task-test create mode 100644 zy10.html create mode 100644 zy11.html create mode 100644 zy12.html create mode 100644 zy2.html create mode 100644 zy4.html create mode 100644 zy5.html create mode 100644 zy6.html create mode 100644 zy7.html create mode 100644 zy8.html create mode 100644 zy9.html diff --git a/java-script-task-test b/java-script-task-test new file mode 160000 index 0000000..90c00ae --- /dev/null +++ b/java-script-task-test @@ -0,0 +1 @@ +Subproject commit 90c00aecb8d35e665a4d5b56e5bbda11da2d89ac diff --git a/zy10.html b/zy10.html new file mode 100644 index 0000000..02162ea --- /dev/null +++ b/zy10.html @@ -0,0 +1,30 @@ + + + + + + + Document + + +

点击下面的按钮来显示今天是周几:

+ +

+ + + \ No newline at end of file diff --git a/zy11.html b/zy11.html new file mode 100644 index 0000000..d357396 --- /dev/null +++ b/zy11.html @@ -0,0 +1,17 @@ + + + + + + + Document + + + + + \ No newline at end of file diff --git a/zy12.html b/zy12.html new file mode 100644 index 0000000..782d881 --- /dev/null +++ b/zy12.html @@ -0,0 +1,24 @@ + + + + + + + Document + + +

点击下面的按钮,只要i小于5就一直循环代码块。

+ +

+ + + \ No newline at end of file diff --git a/zy2.html b/zy2.html new file mode 100644 index 0000000..211ac59 --- /dev/null +++ b/zy2.html @@ -0,0 +1,22 @@ + + + + + + + Document + + +

创建JavaScript对象。

+

+ + + \ No newline at end of file diff --git a/zy4.html b/zy4.html new file mode 100644 index 0000000..eadebbb --- /dev/null +++ b/zy4.html @@ -0,0 +1,26 @@ + + + + + + + Document + + +

创建和使用对象方法。

+

对象方法作为一个函数定义存储在对象属性中。

+

+ + + \ No newline at end of file diff --git a/zy5.html b/zy5.html new file mode 100644 index 0000000..b24fdd9 --- /dev/null +++ b/zy5.html @@ -0,0 +1,27 @@ + + + + + + + Document + + +

创建和使用对象方法

+

对象方法是一个函数定义,并作为一个属性值存储。

+

+

+ + + \ No newline at end of file diff --git a/zy6.html b/zy6.html new file mode 100644 index 0000000..5e15c91 --- /dev/null +++ b/zy6.html @@ -0,0 +1,17 @@ + + + + + + + Document + + + + + + \ No newline at end of file diff --git a/zy7.html b/zy7.html new file mode 100644 index 0000000..bc8fdf5 --- /dev/null +++ b/zy7.html @@ -0,0 +1,27 @@ + + + + + + + Document + + +

点击按钮,显示确认框。

+ +

+ + + \ No newline at end of file diff --git a/zy8.html b/zy8.html new file mode 100644 index 0000000..7730a00 --- /dev/null +++ b/zy8.html @@ -0,0 +1,24 @@ + + + + + + + Document + + +

点击按钮查看输入的对话框。

+ +

+ + + \ No newline at end of file diff --git a/zy9.html b/zy9.html new file mode 100644 index 0000000..1378979 --- /dev/null +++ b/zy9.html @@ -0,0 +1,27 @@ + + + + + + + Document + + +

点击这个按钮,获得基于时间的问候。

+ +

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