0 javabean 14年前 public String getCode() { return code; } public void setCode(String code) { if(code.length()==0){ this.code = "可以用于变量传值时作为一个判断"; }else{ this.code = code; } } 博客分类 其它 目录