From a62ff40b7d45151839fc64b535bcf3d871da9c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=B5=B7=E6=B6=8C?= <15394422370> Date: Mon, 13 Feb 2023 11:27:35 +0800 Subject: [PATCH 1/2] zy --- zy.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 zy.js diff --git a/zy.js b/zy.js new file mode 100644 index 0000000..8a4a27f --- /dev/null +++ b/zy.js @@ -0,0 +1 @@ +console.log("sd!"); -- Gitee From 536f8d835981b755f3381d1e31972ae81e2b41d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=B5=B7=E6=B6=8C=E2=80=9Dgit=20push=20git=20con?= =?UTF-8?q?fig=20--global=20user=2Eemail=203480707803=40qq=2Ecom=20git=20c?= =?UTF-8?q?onfig=20--global=20user=2Ename=20=E5=90=B4=E6=B5=B7=E6=B6=8C?= =?UTF-8?q?=E2=80=9D?= <3480707803@qq.com> Date: Wed, 15 Feb 2023 15:37:20 +0800 Subject: [PATCH 2/2] '1' --- "\345\220\264\346\265\267\346\266\214/zye.js" | 19 +++++++++++++++++++ .../zye2.js" | 6 ++++++ 2 files changed, 25 insertions(+) create mode 100644 "\345\220\264\346\265\267\346\266\214/zye.js" create mode 100644 "\345\220\264\346\265\267\346\266\214/zye2.js" diff --git "a/\345\220\264\346\265\267\346\266\214/zye.js" "b/\345\220\264\346\265\267\346\266\214/zye.js" new file mode 100644 index 0000000..0e26973 --- /dev/null +++ "b/\345\220\264\346\265\267\346\266\214/zye.js" @@ -0,0 +1,19 @@ +let asd ={ + 'jia':function(a,b){ + + return a+b; + }, + 'jian':function(a,b){ + + return a-b; + }, + 'cheng':function(a,b){ + + return a*b; + }, + 'chu':function(a,b){ + + return a/b + } +} +module.exports=asd; \ No newline at end of file diff --git "a/\345\220\264\346\265\267\346\266\214/zye2.js" "b/\345\220\264\346\265\267\346\266\214/zye2.js" new file mode 100644 index 0000000..ca40c9f --- /dev/null +++ "b/\345\220\264\346\265\267\346\266\214/zye2.js" @@ -0,0 +1,6 @@ +let jisuan = require('./zuoye'); + +console.log(jisuan.jia(1,2)); +console.log(jisuan.jian(1,2)); +console.log(jisuan.cheng(1,2)); +console.log(jisuan.chu(1,2)); \ No newline at end of file -- Gitee