From 71265dc2ac78fa7f7573f89fd5917dde0f9190a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E9=9B=85=E7=90=B3?= <18507507204> Date: Tue, 14 Feb 2023 10:48:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?'=E6=B1=9F=E9=9B=85=E7=90=B3'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\345\223\210\345\223\210.txt" | 1 + 1 file changed, 1 insertion(+) create mode 100644 "\346\261\237\351\233\205\347\220\263/\345\223\210\345\223\210.txt" diff --git "a/\346\261\237\351\233\205\347\220\263/\345\223\210\345\223\210.txt" "b/\346\261\237\351\233\205\347\220\263/\345\223\210\345\223\210.txt" new file mode 100644 index 00000000..97c82fa3 --- /dev/null +++ "b/\346\261\237\351\233\205\347\220\263/\345\223\210\345\223\210.txt" @@ -0,0 +1 @@ +hhh \ No newline at end of file -- Gitee From dec0d8ea90fbdc07cb3aeee23d3ae9dec3a49741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=9F=E9=9B=85=E7=90=B3?= <18507507204> Date: Wed, 15 Feb 2023 17:10:20 +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 --- .../chna.js" | 16 ++++++++++++++++ .../chna2.js" | 5 +++++ .../\345\223\210\345\223\210.txt" | 1 - 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 "\346\261\237\351\233\205\347\220\263/\345\212\240\345\207\217\344\271\230\351\231\244\344\275\234\344\270\232/chna.js" create mode 100644 "\346\261\237\351\233\205\347\220\263/\345\212\240\345\207\217\344\271\230\351\231\244\344\275\234\344\270\232/chna2.js" delete mode 100644 "\346\261\237\351\233\205\347\220\263/\345\223\210\345\223\210.txt" diff --git "a/\346\261\237\351\233\205\347\220\263/\345\212\240\345\207\217\344\271\230\351\231\244\344\275\234\344\270\232/chna.js" "b/\346\261\237\351\233\205\347\220\263/\345\212\240\345\207\217\344\271\230\351\231\244\344\275\234\344\270\232/chna.js" new file mode 100644 index 00000000..735df11f --- /dev/null +++ "b/\346\261\237\351\233\205\347\220\263/\345\212\240\345\207\217\344\271\230\351\231\244\344\275\234\344\270\232/chna.js" @@ -0,0 +1,16 @@ +let obj ={ + 'jia' :function(a,b){ + return a+b; + }, + 'jian':function(a,b){ + return a-b; + }, + 'chang':function(a,b){ + return a*b; + }, + 'chu' :function(a,b){ + return a/b + } + +} +module.exports=obj; \ No newline at end of file diff --git "a/\346\261\237\351\233\205\347\220\263/\345\212\240\345\207\217\344\271\230\351\231\244\344\275\234\344\270\232/chna2.js" "b/\346\261\237\351\233\205\347\220\263/\345\212\240\345\207\217\344\271\230\351\231\244\344\275\234\344\270\232/chna2.js" new file mode 100644 index 00000000..1d5c821e --- /dev/null +++ "b/\346\261\237\351\233\205\347\220\263/\345\212\240\345\207\217\344\271\230\351\231\244\344\275\234\344\270\232/chna2.js" @@ -0,0 +1,5 @@ +let chna2=require("./chna"); +console.log(chna2.jia(0,1)); +console.log(chna2.jian(4,1)); +console.log(chna2.chang(1,1)); +console.log(chna2.chu(8,2)); \ No newline at end of file diff --git "a/\346\261\237\351\233\205\347\220\263/\345\223\210\345\223\210.txt" "b/\346\261\237\351\233\205\347\220\263/\345\223\210\345\223\210.txt" deleted file mode 100644 index 97c82fa3..00000000 --- "a/\346\261\237\351\233\205\347\220\263/\345\223\210\345\223\210.txt" +++ /dev/null @@ -1 +0,0 @@ -hhh \ No newline at end of file -- Gitee