app.get('/', async (req, res, next) => {. try {. const result = await asyncFunc(). return res.send(result). } catch (err) {. next(err). }.
確定! 回上一頁