server/models/Book.js/BookClass/list. static async list({ offset = 0, limit = 10 } = {}) { const books = await this.find({}) .sort({ createdAt: -1 }) ...
確定! 回上一頁