2007年4月9日
1 public class Flower {
2 static Test monitor = new Test();
3 int petalCount = 0;
4 String s = new String("null");
5 Flower(int petals){
6 petalCount = petals;
7 System.out.println("");
8 }
9 }
posted @
2007-04-09 22:03 踏实的脚印 阅读(214) |
评论 (1) |
编辑 收藏
摘要: 安家落户了哈.哈哈,新来的
阅读全文
posted @
2007-04-09 21:55 踏实的脚印 阅读(229) |
评论 (2) |
编辑 收藏