root hace 6 años
padre
commit
f86b782e9d
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      index.js

+ 3 - 0
index.js

@@ -22,6 +22,9 @@ app.use(bodyParser.urlencoded({extended: false}));
 
 
 
+//测试
+
+
 // 首页
 app.get('/', function (req, res) {
   res.redirect('/file')