From 1ab479c911f809dba4ed55a9a266d648f9c5289f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E9=A6=A8=E6=B3=BD?= <1781896327@qq.com> Date: Thu, 25 Mar 2021 20:37:40 +0800 Subject: [PATCH 1/2] first push --- zxz/zy1.html | 22 ++++++++++++++++++++++ zxz/zy2.html | 0 2 files changed, 22 insertions(+) create mode 100644 zxz/zy1.html create mode 100644 zxz/zy2.html diff --git a/zxz/zy1.html b/zxz/zy1.html new file mode 100644 index 0000000..83ea922 --- /dev/null +++ b/zxz/zy1.html @@ -0,0 +1,22 @@ + + +
+ + + +创建JavaScript对象
+ + + + \ No newline at end of file diff --git a/zxz/zy2.html b/zxz/zy2.html new file mode 100644 index 0000000..e69de29 -- Gitee From 5c4a47ce0e3adf0c7b0fb2600a8a6e0b9c141c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E9=A6=A8=E6=B3=BD?= <1781896327@qq.com> Date: Thu, 25 Mar 2021 21:31:17 +0800 Subject: [PATCH 2/2] first --- zxz/zy3.html | 22 ++++++++++++++++++++++ zxz/zy4.html | 24 ++++++++++++++++++++++++ zxz/zy5.html | 28 ++++++++++++++++++++++++++++ zxz/zy6.html | 18 ++++++++++++++++++ zxz/zy7.html | 26 ++++++++++++++++++++++++++ zxz/zy8.html | 24 ++++++++++++++++++++++++ 6 files changed, 142 insertions(+) create mode 100644 zxz/zy3.html create mode 100644 zxz/zy4.html create mode 100644 zxz/zy5.html create mode 100644 zxz/zy6.html create mode 100644 zxz/zy7.html create mode 100644 zxz/zy8.html diff --git a/zxz/zy3.html b/zxz/zy3.html new file mode 100644 index 0000000..5a29a43 --- /dev/null +++ b/zxz/zy3.html @@ -0,0 +1,22 @@ + + + + + + +有两种方式可以访问对象属性
+ + + + \ No newline at end of file diff --git a/zxz/zy4.html b/zxz/zy4.html new file mode 100644 index 0000000..d2dc0da --- /dev/null +++ b/zxz/zy4.html @@ -0,0 +1,24 @@ + + + + + + +对象方法作为一个函数定义存储在对象属性中。
+ + + + \ No newline at end of file diff --git a/zxz/zy5.html b/zxz/zy5.html new file mode 100644 index 0000000..09a1a64 --- /dev/null +++ b/zxz/zy5.html @@ -0,0 +1,28 @@ + + + + + + +创建和使用对象方法
+对象方法是一个函数定义,并作为一个属性值存储1
+ + + + + \ No newline at end of file diff --git a/zxz/zy6.html b/zxz/zy6.html new file mode 100644 index 0000000..455105b --- /dev/null +++ b/zxz/zy6.html @@ -0,0 +1,18 @@ + + + + + + +点击按钮,显示确认框
+ + + + + \ No newline at end of file diff --git a/zxz/zy8.html b/zxz/zy8.html new file mode 100644 index 0000000..d779cbd --- /dev/null +++ b/zxz/zy8.html @@ -0,0 +1,24 @@ + + + + + + +点击按钮查看输入的对话框。
+ + + + + \ No newline at end of file -- Gitee