摘要:
/// /// 截取指定長度的字符串 /// /// /// /// /// 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); ... 阅读全文