From e46a94a42b0f96ee3e3f423aebda555e61521cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=9F=BA=E8=80=80?= <1299433694@qq.com> Date: Tue, 25 Oct 2022 15:32:59 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=2010.24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "41\350\203\241\345\237\272\350\200\200/10.24/.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "41\350\203\241\345\237\272\350\200\200/10.24/.keep" diff --git "a/41\350\203\241\345\237\272\350\200\200/10.24/.keep" "b/41\350\203\241\345\237\272\350\200\200/10.24/.keep" new file mode 100644 index 0000000..e69de29 -- Gitee From bb33c7e1dfb4c7f602cbe7a82ae991a943323be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=9F=BA=E8=80=80?= <1299433694@qq.com> Date: Tue, 25 Oct 2022 15:33:23 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E8=83=A1=E5=9F=BA=E8=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 胡基耀 <1299433694@qq.com> --- .../10.24/\344\275\234\344\270\232.html" | 118 ++++++++++++++++++ .../10.24/10.24/\347\254\224\350\256\260.md" | 7 ++ 2 files changed, 125 insertions(+) create mode 100644 "41\350\203\241\345\237\272\350\200\200/10.24/10.24/\344\275\234\344\270\232.html" create mode 100644 "41\350\203\241\345\237\272\350\200\200/10.24/10.24/\347\254\224\350\256\260.md" diff --git "a/41\350\203\241\345\237\272\350\200\200/10.24/10.24/\344\275\234\344\270\232.html" "b/41\350\203\241\345\237\272\350\200\200/10.24/10.24/\344\275\234\344\270\232.html" new file mode 100644 index 0000000..f5353db --- /dev/null +++ "b/41\350\203\241\345\237\272\350\200\200/10.24/10.24/\344\275\234\344\270\232.html" @@ -0,0 +1,118 @@ + + + + + + + Document + + + + + \ No newline at end of file diff --git "a/41\350\203\241\345\237\272\350\200\200/10.24/10.24/\347\254\224\350\256\260.md" "b/41\350\203\241\345\237\272\350\200\200/10.24/10.24/\347\254\224\350\256\260.md" new file mode 100644 index 0000000..71fc6fc --- /dev/null +++ "b/41\350\203\241\345\237\272\350\200\200/10.24/10.24/\347\254\224\350\256\260.md" @@ -0,0 +1,7 @@ +对象中的方法 + +1. object.keys() 找出数组名 +2. obeject.values() 找出数组下的值 +3. object.entries() +4. object.**assign**() +5. object.hasOwnProperty() \ No newline at end of file -- Gitee