摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace test1{ enum Gender { Male, Female, Unkown }; class Program { static void Main(string[] args) { //////////////////////////////////////// //Console.WriteLine("Hello"... 阅读全文
posted @ 2013-02-28 23:56
简单--生活
阅读(263)
评论(0)
推荐(0)