摘要:
将页面翻译成其它语言时,需要将页面上的中文字符检索出来 public string FindContents(string str) { string x = @"[\u4E00-\u9FFF]+"; MatchCollection Matches = Regex.Matches(str, x, R 阅读全文
posted @ 2018-06-28 17:10
个人天使
阅读(238)
评论(0)
推荐(0)
摘要:
将对象内的属性以及属性值输出 public static string ToProperties_V(this object obj) { if (obj == null) return ""; var s = obj.GetType(); StringBuilder app = new Strin 阅读全文
posted @ 2018-06-28 09:30
个人天使
阅读(186)
评论(0)
推荐(0)

浙公网安备 33010602011771号