... load static files and routing. Express use middleware functions. ... req.url. /get app.get('/get',(req,res)=>{ res.send( req.url); }) ...
確定! 回上一頁