摘要: package wewe; public class A { public int id; public String name; public int age; public String city; public String introduce() { return "My id=" + id 阅读全文
posted @ 2017-10-30 14:44 林枫lf 阅读(105) 评论(0) 推荐(0) 编辑
摘要: package game; import java.awt.Color; import com.rupeng.game.GameCore; public class Game implements Runnable { public static void main(String[] args) { 阅读全文
posted @ 2017-10-30 13:46 林枫lf 阅读(139) 评论(0) 推荐(0) 编辑