摘要: /// /// 截取指定長度的字符串 /// /// /// /// /// private string GetStrLenAll(string s, int len, string style) { string temp = s; if (Regex.Replace(temp, "[^\x00-\xff]", "zz", RegexOptions.IgnoreCase).Length = 0; i--) { temp = temp.Substring(0, i); ... 阅读全文
posted @ 2014-03-04 09:28 Seasons1987 阅读(1275) 评论(0) 推荐(0) 编辑