From 3bc9df5c2cc881a23640b16696cad14c7758f851 Mon Sep 17 00:00:00 2001 From: Lianghan <2192675227@qq.com> Date: Thu, 25 Mar 2021 21:14:15 +0800 Subject: [PATCH 1/2] push --- Liang.docx | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Liang.docx diff --git a/Liang.docx b/Liang.docx new file mode 100644 index 0000000..e69de29 -- Gitee From 549130762565286476b209df6c604f048405ad99 Mon Sep 17 00:00:00 2001 From: Lianghan <2192675227@qq.com> Date: Fri, 26 Mar 2021 23:42:10 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lianghan/zy1.html | 17 +++++++++++++++++ Lianghan/zy10.html | 35 +++++++++++++++++++++++++++++++++++ Lianghan/zy11.html | 17 +++++++++++++++++ Lianghan/zy12.html | 13 +++++++++++++ Lianghan/zy2.html | 22 ++++++++++++++++++++++ Lianghan/zy3.html | 22 ++++++++++++++++++++++ Lianghan/zy4.html | 25 +++++++++++++++++++++++++ Lianghan/zy5.html | 27 +++++++++++++++++++++++++++ Lianghan/zy6.html | 17 +++++++++++++++++ Lianghan/zy7.html | 26 ++++++++++++++++++++++++++ Lianghan/zy8.html | 24 ++++++++++++++++++++++++ Lianghan/zy9.html | 27 +++++++++++++++++++++++++++ 12 files changed, 272 insertions(+) create mode 100644 Lianghan/zy1.html create mode 100644 Lianghan/zy10.html create mode 100644 Lianghan/zy11.html create mode 100644 Lianghan/zy12.html create mode 100644 Lianghan/zy2.html create mode 100644 Lianghan/zy3.html create mode 100644 Lianghan/zy4.html create mode 100644 Lianghan/zy5.html create mode 100644 Lianghan/zy6.html create mode 100644 Lianghan/zy7.html create mode 100644 Lianghan/zy8.html create mode 100644 Lianghan/zy9.html diff --git a/Lianghan/zy1.html b/Lianghan/zy1.html new file mode 100644 index 0000000..c25e47e --- /dev/null +++ b/Lianghan/zy1.html @@ -0,0 +1,17 @@ + + + + + + Document + + +

+ + + \ No newline at end of file diff --git a/Lianghan/zy10.html b/Lianghan/zy10.html new file mode 100644 index 0000000..5bedde1 --- /dev/null +++ b/Lianghan/zy10.html @@ -0,0 +1,35 @@ + + + + + + + Document + + +

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

+ +

+ + + \ No newline at end of file diff --git a/Lianghan/zy11.html b/Lianghan/zy11.html new file mode 100644 index 0000000..370beaf --- /dev/null +++ b/Lianghan/zy11.html @@ -0,0 +1,17 @@ + + + + + + + Document + + + + + \ No newline at end of file diff --git a/Lianghan/zy12.html b/Lianghan/zy12.html new file mode 100644 index 0000000..ead09d1 --- /dev/null +++ b/Lianghan/zy12.html @@ -0,0 +1,13 @@ + + + + + + + Document + + +

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

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

创建 JavaScript 对象。

+

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

有俩种方式可以访问对象属性:

+

你可以使用.property或["property"].

+

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

创建和使用对象方法。

+

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

+

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

创建和使用对象方法。

+

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

+

+

+ + + \ No newline at end of file diff --git a/Lianghan/zy6.html b/Lianghan/zy6.html new file mode 100644 index 0000000..6eeb7ff --- /dev/null +++ b/Lianghan/zy6.html @@ -0,0 +1,17 @@ + + + + + + + Document + + + + + + \ No newline at end of file diff --git a/Lianghan/zy7.html b/Lianghan/zy7.html new file mode 100644 index 0000000..8b01a12 --- /dev/null +++ b/Lianghan/zy7.html @@ -0,0 +1,26 @@ + + + + + + + Document + + +

点击按钮,显示确认框。

+ +

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

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

+ +

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

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

+ +

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