摘要: 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+) 阅读(1359) 评论(0) 推荐(0)