public static void main(String[] args) {
Person s=new Person();
s.setId("03058661");
s.setName("陈建泉");
s.setPassword("************");
s.setAddress("Hangzhou,Zhejiang");
File f=new File("Serializable.dll");
if(!f.exists())
{
try {
f.createNewFile();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}