会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
优六系统(Util6MIS+)
关注前后端技术 ◆ 分享设计资源 ◆ 专注行业信息化系统开发、软件开发、产品研发
博客园
首页
新随笔
联系
订阅
管理
12 2019 档案
C#中的System.Type和System.RuntimeType之间的区别
摘要:string str = string.Empty; Type strType = str.GetType(); Type strTypeType = strType.GetType(); strType.ToString(); // returns "System.string" strTypeType.ToString(); // returns "System.RuntimeTy...
阅读全文
posted @
2019-12-02 21:41
优六系统(Util6MIS+)
阅读(1361)
评论(0)
推荐(0)
公告