一个程序员如何用代码来一段优雅的自我介绍
Posted abountme
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一个程序员如何用代码来一段优雅的自我介绍相关的知识,希望对你有一定的参考价值。
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("辛苦的行业,苦逼的工作,时间不会辜负你今天的努力,祝愿来到这里的朋友越来越好。");
以上是关于一个程序员如何用代码来一段优雅的自我介绍的主要内容,如果未能解决你的问题,请参考以下文章