C# public class Person
摘要:
/// /// Person 的摘要说明。/// public class Person{//初始化个人信息类private string name;//用户姓名private string sex;//用户性别private int age;//用户年龄private string address;//详细地址private string city;//所在城市private string province;//所在省份private string country;//所在国家private string telephone;//固定电话private string mobilephone; 阅读全文
posted @ 2007-10-21 16:26 风灵溪清 阅读(422) 评论(0) 推荐(0)
浙公网安备 33010602011771号