2017年11月5日
摘要: 1.2 public class Test{public static void main(String[] args){int i;for(i=1;i<=5;i++){System.out.println("Welcome to java"); }} 1.8 public class Work { 阅读全文
posted @ 2017-11-05 13:18 还要名字 阅读(145) 评论(0) 推荐(0)
  2017年10月30日
摘要: 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:50 还要名字 阅读(97) 评论(0) 推荐(0)