Weijing Jay Lin
Weijing Jay Lin
我觉得如何设计还是要看需求,大家觉得呢?
paste report?
so how's things going so far?
I'm new to Eclipes, well, I just feature out I need create new General Project, and set the path to the src directory, and it would successfully run.
I found the answer: instead using app.get(), the router should use router.get() ``` 'use strict'; var express = require('express'); var router = express.Router(); router.get('/', function (req, res) { res.render('home', {...
you can just fork and run on your local...