摘要: class Program1 { public const string name = "小明"; private static readonly string age; private static string sex; //readonly是运行常量 private readonly string address = new string("中国广东"); //const是编译常... 阅读全文
posted @ 2008-10-21 21:52 日参省乎己 阅读(150) 评论(0) 推荐(0) 编辑