diff --git a/wym/wish.html b/wym/wish.html
new file mode 100644
index 0000000000000000000000000000000000000000..8fd0b0fba13d395e8454cf76de57aa742c90f5f6
--- /dev/null
+++ b/wym/wish.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+ 要工作了
+
+
+ 好好学习,努力挣钱,养自己/养女朋友/养男朋友
+
+
\ No newline at end of file
diff --git "a/\347\216\213\351\200\270\346\260\221/\346\250\241\345\235\227/index.html" "b/\347\216\213\351\200\270\346\260\221/\346\250\241\345\235\227/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..b2ec421001f4412a16b9cdd94b01d17dfb0cc9a0
--- /dev/null
+++ "b/\347\216\213\351\200\270\346\260\221/\346\250\241\345\235\227/index.html"
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\347\216\213\351\200\270\346\260\221/\346\250\241\345\235\227/jsq.js" "b/\347\216\213\351\200\270\346\260\221/\346\250\241\345\235\227/jsq.js"
new file mode 100644
index 0000000000000000000000000000000000000000..9304e333e8068ba9a9fccb638b778bf450b0416f
--- /dev/null
+++ "b/\347\216\213\351\200\270\346\260\221/\346\250\241\345\235\227/jsq.js"
@@ -0,0 +1,8 @@
+let obj={
+ jia :function jia(shu1,shu2){
+ return shu1+shu2;
+ }
+}
+
+
+module.exports = obj;
\ No newline at end of file
diff --git "a/\347\216\213\351\200\270\346\260\221/\346\250\241\345\235\227/shuzhi.js" "b/\347\216\213\351\200\270\346\260\221/\346\250\241\345\235\227/shuzhi.js"
new file mode 100644
index 0000000000000000000000000000000000000000..b45016a9e586ea11e6ce4746d468098b2ce94dda
--- /dev/null
+++ "b/\347\216\213\351\200\270\346\260\221/\346\250\241\345\235\227/shuzhi.js"
@@ -0,0 +1,3 @@
+let obj= require("./jsq.js");
+
+console.log(obj.jia(10,20));
\ No newline at end of file