标签: node.js
这就是我的想法
const myController (req, res) => { verify_input(req); try { myService(req); } catch { ... } }
有什么要改进的?