<summary> /// 先定義一個Person以供使用 /// </summary> internal class Person { public string Name { set; get; } public int Age { set; get; } }.
確定! 回上一頁