router.get('/output', function (req, res, next) { let output = getOutput(); console.log(output); res.send(output); }); function getOutput() ...
確定! 回上一頁