posts - 2,  comments - 3,  trackbacks - 0
  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 踏实的脚印 阅读(202) | 评论 (1)编辑 收藏
     摘要: 安家落户了哈.哈哈,新来的  阅读全文
posted @ 2007-04-09 21:55 踏实的脚印 阅读(222) | 评论 (2)编辑 收藏
仅列出标题