摘要:
结构体嵌套举例: 1 namespace structstudent 2 { class Program 3 { struct student 4 { public string name; 5 public uint age; 6 public char sex; 7 public struct department 8 { 9 public string DepartmentName;10 p... 阅读全文
posted @ 2013-11-12 11:46
fjfhxotfl
阅读(353)
评论(0)
推荐(0)
浙公网安备 33010602011771号