I guess because [req.params.id] is now acting as an array reference, so since array references start from 0: res.send(expressions[0] gives the first item in ...
確定! 回上一頁