diff --git "a/\351\231\210\345\273\272\350\215\243/20220328/Data.js" "b/\351\231\210\345\273\272\350\215\243/20220328/Data.js"
new file mode 100644
index 0000000000000000000000000000000000000000..7da015ac1a39c74e0f77c6d985bdd1e239f128a9
--- /dev/null
+++ "b/\351\231\210\345\273\272\350\215\243/20220328/Data.js"
@@ -0,0 +1,5 @@
+let data = {
+ message:'advantage',
+ show:'showtime'
+}
+// module.exports=Data;
\ No newline at end of file
diff --git "a/\351\231\210\345\273\272\350\215\243/20220328/clome.html" "b/\351\231\210\345\273\272\350\215\243/20220328/clome.html"
new file mode 100644
index 0000000000000000000000000000000000000000..cde053e87e306b7dc48aecdd8bd294ad594e9899
--- /dev/null
+++ "b/\351\231\210\345\273\272\350\215\243/20220328/clome.html"
@@ -0,0 +1,29 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\231\210\345\273\272\350\215\243/20220328/vue2.html" "b/\351\231\210\345\273\272\350\215\243/20220328/vue2.html"
new file mode 100644
index 0000000000000000000000000000000000000000..645d9f3396431d6ce447a03a061cfaf80e6fc8c5
--- /dev/null
+++ "b/\351\231\210\345\273\272\350\215\243/20220328/vue2.html"
@@ -0,0 +1,23 @@
+
+
+
+
+
+ Document
+
+
+
+ {{message}}
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\231\210\345\273\272\350\215\243/20220328/wodm.js" "b/\351\231\210\345\273\272\350\215\243/20220328/wodm.js"
new file mode 100644
index 0000000000000000000000000000000000000000..3e92aa53ab63fcf4f04b1a70da57eac578ccaba0
--- /dev/null
+++ "b/\351\231\210\345\273\272\350\215\243/20220328/wodm.js"
@@ -0,0 +1,10 @@
+// let con = require('./Data');
+// import Data from './Data';
+let nor = new Vue({
+ el:'div',
+ 'data':data
+});
+// nor.$wotch('message',function(val1,val2){
+// console.log(val1);
+// console.log(val2);
+// })
\ No newline at end of file
diff --git "a/\351\231\210\345\273\272\350\215\243/20220330/index.html" "b/\351\231\210\345\273\272\350\215\243/20220330/index.html"
new file mode 100644
index 0000000000000000000000000000000000000000..5f467bea0bdec0842dbebf022f05b8cdb76179ef
--- /dev/null
+++ "b/\351\231\210\345\273\272\350\215\243/20220330/index.html"
@@ -0,0 +1,66 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\231\210\345\273\272\350\215\243/20220331/erroler.html" "b/\351\231\210\345\273\272\350\215\243/20220331/erroler.html"
new file mode 100644
index 0000000000000000000000000000000000000000..a4a70cd5f1e3139745468b7aaad3d314f45d2d1c
--- /dev/null
+++ "b/\351\231\210\345\273\272\350\215\243/20220331/erroler.html"
@@ -0,0 +1,79 @@
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\351\231\210\345\273\272\350\215\243/20220331/mode.css" "b/\351\231\210\345\273\272\350\215\243/20220331/mode.css"
new file mode 100644
index 0000000000000000000000000000000000000000..dea4939e0dbf1e031b7961d3a1859ea4a6545f7d
--- /dev/null
+++ "b/\351\231\210\345\273\272\350\215\243/20220331/mode.css"
@@ -0,0 +1,23 @@
+body{
+ background-color: rgba(0, 129, 0, 0.623);
+}
+#contain{
+ margin: 15% 30% 15% 30%;
+ padding: 0;
+
+}
+form{
+ width: 500px;
+ height: 300px;
+ background-color: antiquewhite;
+}
+tr{
+ line-height: 60px;
+}
+
+.inp1{
+ background-color: antiquewhite;
+ border: none;
+ border-bottom: 2px solid black;
+
+}
\ No newline at end of file