Example from mongoose: // sort by "field" ascending and "test" descending query.sort({ field: 'asc', test: -1 }); // equivalent ...
確定! 回上一頁