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