From af82fc1109f308980ca9a6b7cee7a4844eb671ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=AE=97=E5=B8=85?= <10033721+TXYforever@user.noreply.gitee.com> Date: Tue, 25 Oct 2022 15:17:06 +0000 Subject: [PATCH 1/3] =?UTF-8?q?14=20=E9=83=91=E5=AE=97=E5=B8=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 郑宗帅 <> --- .../\344\275\234\344\270\232/lianxi.html" | 118 ++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 "14\351\203\221\345\256\227\345\270\205/\344\275\234\344\270\232/lianxi.html" diff --git "a/14\351\203\221\345\256\227\345\270\205/\344\275\234\344\270\232/lianxi.html" "b/14\351\203\221\345\256\227\345\270\205/\344\275\234\344\270\232/lianxi.html" new file mode 100644 index 0000000..f5353db --- /dev/null +++ "b/14\351\203\221\345\256\227\345\270\205/\344\275\234\344\270\232/lianxi.html" @@ -0,0 +1,118 @@ + + + + + + + Document + + + + + \ No newline at end of file -- Gitee From 2db260805fc12e7248949cd26a7e35210a9e86a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=AE=97=E5=B8=85?= <10033721+TXYforever@user.noreply.gitee.com> Date: Tue, 25 Oct 2022 15:17:35 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=2014=E9=83=91?= =?UTF-8?q?=E5=AE=97=E5=B8=85/=E4=BD=9C=E4=B8=9A/lianxi.html=20=E4=B8=BA?= =?UTF-8?q?=2014=E9=83=91=E5=AE=97=E5=B8=85/=E4=BD=9C=E4=B8=9A/2022.10.25.?= =?UTF-8?q?html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\344\275\234\344\270\232/2022.10.25.html" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename "14\351\203\221\345\256\227\345\270\205/\344\275\234\344\270\232/lianxi.html" => "14\351\203\221\345\256\227\345\270\205/\344\275\234\344\270\232/2022.10.25.html" (100%) diff --git "a/14\351\203\221\345\256\227\345\270\205/\344\275\234\344\270\232/lianxi.html" "b/14\351\203\221\345\256\227\345\270\205/\344\275\234\344\270\232/2022.10.25.html" similarity index 100% rename from "14\351\203\221\345\256\227\345\270\205/\344\275\234\344\270\232/lianxi.html" rename to "14\351\203\221\345\256\227\345\270\205/\344\275\234\344\270\232/2022.10.25.html" -- Gitee From 8de8ee5ff7b1cb3cb5c4c5ee3c2e08b03a130643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E5=AE=97=E5=B8=85?= <10033721+TXYforever@user.noreply.gitee.com> Date: Tue, 25 Oct 2022 15:17:51 +0000 Subject: [PATCH 3/3] =?UTF-8?q?14=20=E9=83=91=E5=AE=97=E5=B8=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 郑宗帅 <> --- .../\347\254\224\350\256\260zzs.txt" | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 "14\351\203\221\345\256\227\345\270\205/\347\254\224\350\256\260/\347\254\224\350\256\260zzs.txt" diff --git "a/14\351\203\221\345\256\227\345\270\205/\347\254\224\350\256\260/\347\254\224\350\256\260zzs.txt" "b/14\351\203\221\345\256\227\345\270\205/\347\254\224\350\256\260/\347\254\224\350\256\260zzs.txt" new file mode 100644 index 0000000..5775312 --- /dev/null +++ "b/14\351\203\221\345\256\227\345\270\205/\347\254\224\350\256\260/\347\254\224\350\256\260zzs.txt" @@ -0,0 +1,9 @@ + + +#### 三、对象中的方法 + +1. object.keys() 找出数组名 +2. obeject.values() 找出数组下的值 +3. object.entries() +4. object.**assign**() +5. object.hasOwnProperty() \ No newline at end of file -- Gitee