C# 小程序之新手練習(二)簡單電話簿

//電話簿類Person.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 簡單電話薄 { class Person { string name;//姓名 string phone;//電話
相關文章
相關標籤/搜索