get('/', function (req, res) { fs.createReadStream('myfile') .pipe(res); }); app.listen(3000); Обратите внимание, что обработчик ...
確定! 回上一頁