摘要:
产生一个int数组,长度为100,并向其中随机插入1-100,并且不能重复 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->private static void MakeNumsList() { IList lst = new... 阅读全文
摘要:
值类型和引用类型的比较 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->double i = 5; double j = 5; string a = "1"; string b =... 阅读全文