怎么样写一段代码介绍自己

//Summary: This is a class template for introducing oneself //Author:ReVanTis //Releases under WTFPL WTFPL //Change code to match your own information public class ReVanTis : Human { public static string gender = "male"; public static DateTime dateOfBirth = new DateTime(1991, 1, 23); public static String canDo = { "C", "C++","C#","Java",@".Net Framework" }; public static String goodAt = { "C", "C++" }; public static String interests = {"Graphic Processing","Game Developing"}; //Blah blah blah ... and so on }
■网友的回复
Javasystem.out.print("我是xxx,出生于xx,毕业于xxx,熟练掌握.....");Objective-cNSLog(@"我是xxx,出生于xx,毕业于xxx,熟练掌握.....");C++std::cout("我是xxx,出生于xx,毕业于xxx,熟练掌握.....");....


    推荐阅读