您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Labo6-源码

  2. Labo6 包com.mycompany.lab06; 公共类MainClass { public static void main(String[] args){ Rectangle r1 = new Rectangle(5, 8); r1.draw(); Rectangle r2 = new Rectangle(8,5); r2.draw(); } }包com.mycompany.lab06; 公共类Rectangle { int width; int height;
  3. 所属分类:其它