router.get('/testparams/:anything', function (req, res) { res.send('anything is : ' + req.params.anything); })//这里的anything指的是你可以 ...
確定! 回上一頁