摘要:        
无参、无返回值的函数: using System; class MyClass { static void Show() { Console.WriteLine("function"); } static void Main() { Show(); //function Console.ReadKey(...    阅读全文
        posted @ 2009-01-01 21:00
万一
阅读(2413)
评论(3)
推荐(0)
            
        
        
摘要:        
字符串数组: using System; class MyClass { static void Main() { string[] arr = new string[3] { "aa", "bb", "cc" }; foreach (string s in arr) Console.WriteLine(s); // aa/bb/cc ...    阅读全文
        posted @ 2009-01-01 16:44
万一
阅读(2798)
评论(2)
推荐(0)
 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号