摘要: static void Main(string[] args) { List<Computer> list = GetComputer(); Console.WriteLine("请输入要购买电脑的信息 如:品牌、型号、价位、颜色"); string writeInfo = Console.ReadLine(); List<Computer> showComputer = new List<Computer>(); foreach (Computer item in list) { if (writeInfo ==... 阅读全文
posted @ 2013-05-29 09:22 奇奇博客 阅读(197) 评论(0) 推荐(0)