摘要: Environment.CurrentDirectory 阅读全文
posted @ 2005-01-04 09:10 jhtchina 阅读(686) 评论(0) 推荐(0)
摘要: string Greeting="Hello World"; Console.WriteLine(Greeting); for (int i=(int)'z';i>=(int)'a';i--) { char Old=(char)i; char New=(char)(i+1); Greeting=Greetin... 阅读全文
posted @ 2005-01-04 09:03 jhtchina 阅读(838) 评论(0) 推荐(0)