public class Player { private int playerId; private String playerName; private double height; private double weight; public int getPlayerId() { return ...
確定! 回上一頁