If you are looking for Card model you can create a new ES6 class for that export class Card { constructor(rank, suit) { this.rank = rank; ...
確定! 回上一頁