答案 0 :(得分:1)
这是因为.get(function (req, res) {
/* the code is async so first obtain the data then use res.send() */
User.allUsers(function (err, results) {
res.send({
error: err, /* here you should have any error if it happens */
results: results /* here you should have your results */
});
});
})
不会根据您使用的apply
更改其返回值,因为这会产生意想不到的后果(例如,如果您使用像{{{{{}这样的边距,您会想要什么? 1}}?)
您始终可以使用MARGIN
翻转结果。