GetType(className);//Get the class of the same name through the className of the string type var obj = t.Assembly.CreateInstance(className);//Create an ...
確定! 回上一頁