Person person = new Person();
        person.Name = "铁柱";
        person.WeChat = "15144388228";//this is real
        person.HeaderPhoto="戴眼镜、黑眼圈、格子衫、牛仔裤、双肩包";
        DateFormat date = new SimpleDateFormat("yyyy-MM-dd");
        person.Birthday = date.parse("1990-02-10");
        person.Hobby = "女";
        person.Sex = "男";
        String major[] = { "c#", "java", "html" };
        person.Major = major;
        String experience[] = { "吹牛B1", "吹牛B2", "吹牛B3" };
        person.WorkExperience = experience;
        person.IWantSay("辛苦的行业,苦逼的工作,时间不会辜负你今天的努力,祝愿来到这里的朋友越来越好。");

 

相关文章:

  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2021-05-02
  • 2021-12-12
  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
猜你喜欢
  • 2021-07-27
  • 2022-12-23
  • 2021-10-03
  • 2021-09-12
  • 2022-12-23
  • 2021-12-04
相关资源
相似解决方案