From 5f886de3bc27ea2c2678952817ba0ff7aeebdcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=AD=A3=E8=B1=AA?= Date: Mon, 24 Oct 2022 04:45:31 +0000 Subject: [PATCH] =?UTF-8?q?37=E5=BC=A0=E6=AD=A3=E8=B1=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张正豪 --- .../\344\275\234\344\270\232/key.html" | 50 +++++++++++++++++++ .../\347\254\224\350\256\260.txt" | 3 ++ 2 files changed, 53 insertions(+) create mode 100644 "37\345\274\240\346\255\243\350\261\252/2022-10.21 \347\256\255\345\244\264\345\207\275\346\225\260/\344\275\234\344\270\232/key.html" create mode 100644 "37\345\274\240\346\255\243\350\261\252/2022-10.21 \347\256\255\345\244\264\345\207\275\346\225\260/\347\254\224\350\256\260/\347\254\224\350\256\260.txt" diff --git "a/37\345\274\240\346\255\243\350\261\252/2022-10.21 \347\256\255\345\244\264\345\207\275\346\225\260/\344\275\234\344\270\232/key.html" "b/37\345\274\240\346\255\243\350\261\252/2022-10.21 \347\256\255\345\244\264\345\207\275\346\225\260/\344\275\234\344\270\232/key.html" new file mode 100644 index 0000000..29dbc52 --- /dev/null +++ "b/37\345\274\240\346\255\243\350\261\252/2022-10.21 \347\256\255\345\244\264\345\207\275\346\225\260/\344\275\234\344\270\232/key.html" @@ -0,0 +1,50 @@ + + + + + + + 箭头函数 + + + + + \ No newline at end of file diff --git "a/37\345\274\240\346\255\243\350\261\252/2022-10.21 \347\256\255\345\244\264\345\207\275\346\225\260/\347\254\224\350\256\260/\347\254\224\350\256\260.txt" "b/37\345\274\240\346\255\243\350\261\252/2022-10.21 \347\256\255\345\244\264\345\207\275\346\225\260/\347\254\224\350\256\260/\347\254\224\350\256\260.txt" new file mode 100644 index 0000000..e91c864 --- /dev/null +++ "b/37\345\274\240\346\255\243\350\261\252/2022-10.21 \347\256\255\345\244\264\345\207\275\346\225\260/\347\254\224\350\256\260/\347\254\224\350\256\260.txt" @@ -0,0 +1,3 @@ +函数:function 函数名(形参) +匿名函数:function (形参) +箭头函数:var aa = (形参列表) => {函数体} 当函数体只有一个返回值时 可省略{}和retern 关键字 直接写返回式 \ No newline at end of file -- Gitee