一個程序員如何用代碼來一段優雅的自我介紹

     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("辛苦的行業,苦逼的工做,時間不會辜負你今天的努力,祝願來到這裏的朋友愈來愈好。");
相關文章
相關標籤/搜索