摘要: import Test.Tuzi; public class Tuzi1 { public String sex; public int height; public double weight; public void show(){ if("男".equals(sex)){ if(weight< 阅读全文
posted @ 2017-05-15 21:47 如果能够 阅读(116) 评论(0) 推荐(0)