![]() |
#2
千里冰封2006-08-27 14:50
|
public class TestBean{
private String name =null;
public TestBean(String strName_p){
this.name=strName_p;}
public void setName(String strName_p){
this.name=strName_p;}
public String getName(){
return this.name;}}
编译的时候没用任何软件,
所以出错的时候只能看DOS了.
只有本站会员才能查看附件,请 登录
谁能帮帮我