摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ public enum TimeofDay { Morning, Afternoon, Evening } class Program { static void Wri... 阅读全文
posted @ 2010-05-21 21:21 王绚文 阅读(249) 评论(0) 推荐(1) 编辑