03 2015 档案
摘要:要将string转化为同名的方法函数,可以用下面的例子同样的方法来实现: 实例: string strClass = "stringConvertClass.test"; //命名空间+类名 string strMethod = "Method";//方法名 Type t; ob...
阅读全文
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
阅读全文