app.get('/', function (req, res) { res.send('Hello World'); }) var server = app.listen(8081, function () {
確定! 回上一頁