正常的是这样: app.get('/:id', something);
app.get('/:id', something);
但我想实现对sub.domain.com/id这个路由怎么办?
好像http.createServer(fn).listen(port, host)这个可以