diff --git "a/1\350\256\241\347\256\227\345\231\250\344\275\234\344\270\232/\345\212\240\345\207\217\344\271\230\351\231\244.js" "b/1\350\256\241\347\256\227\345\231\250\344\275\234\344\270\232/\345\212\240\345\207\217\344\271\230\351\231\244.js" new file mode 100644 index 0000000000000000000000000000000000000000..ea197a8d251828e52aa41fe87f029c9bc31481c5 --- /dev/null +++ "b/1\350\256\241\347\256\227\345\231\250\344\275\234\344\270\232/\345\212\240\345\207\217\344\271\230\351\231\244.js" @@ -0,0 +1,15 @@ +let js ={ + '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=js; \ No newline at end of file diff --git "a/1\350\256\241\347\256\227\345\231\250\344\275\234\344\270\232/\350\277\220\350\241\214.js" "b/1\350\256\241\347\256\227\345\231\250\344\275\234\344\270\232/\350\277\220\350\241\214.js" new file mode 100644 index 0000000000000000000000000000000000000000..f6f7553c5897631af2d62bc0dee205419ebba6a8 --- /dev/null +++ "b/1\350\256\241\347\256\227\345\231\250\344\275\234\344\270\232/\350\277\220\350\241\214.js" @@ -0,0 +1,5 @@ +let result=require("./加减乘除"); +console.log(result.jia(0,1)); +console.log(result.jian(4,2)); +console.log(result.cheng(1,3)); +console.log(result.chu(8,2)); \ No newline at end of file diff --git a/wcj/wish.html b/wcj/wish.html new file mode 100644 index 0000000000000000000000000000000000000000..8fd0b0fba13d395e8454cf76de57aa742c90f5f6 --- /dev/null +++ b/wcj/wish.html @@ -0,0 +1,12 @@ + + +
+ + + +