摘要: /// /// 机器码 /// public class MachineCode { /// /// 获取cpu序列号 /// /// string public string GetCpuInfo() { string cpuInfo = " "; using (Managem... 阅读全文
posted @ 2014-06-10 21:43 coolsundy 阅读(683) 评论(0) 推荐(0) 编辑
摘要: C# params object[] args 可以传多个参数,可以不限制类型using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication2{ class Program ... 阅读全文
posted @ 2014-06-10 09:58 coolsundy 阅读(1091) 评论(0) 推荐(0) 编辑