关键字 static 的使用
package com.yby3;
public class hand {
public static void main(String[] args) {
Person p1 = new Person();
Person p2 = new Person();
Person.setPeople("余庞青");
p1.setFightvalue(59);
Person.fight();
Person.select();//选择对手
System.out.println(Person.getPeople());//显示对手
p1.showfightvalue();//显示战力值
Person.announce();
System.out.println("************************");
Person.setPeople("ccy");
关键字 static 的使用最先出现在Python成神之路。
共有 0 条评论