第02章C#数据类型.pptVIP

  • 11
  • 0
  • 约2.28万字
  • 约 76页
  • 2017-06-02 发布于四川
  • 举报
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //循环显示hs集合的每个元素; Console.WriteLine(code string); foreach (string s in hs.Keys) { Console.WriteLine(s + + hs[s]); } Console.ReadLine(); } } } 程序读所有的环境变量 1: using System; 2: using System.Collections; 3: 4: class EnvironmentDumpApp 5: { 6: public static void Main() 7: { 8: IDictionary envvars = Environment.GetEnvironmentVariables(); 9: Console.

文档评论(0)

1亿VIP精品文档

相关文档