摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Data; using System.Data.SqlClient; namespace lsb.DBUtility { /// ... 阅读全文
摘要:
//截取字符串 包含中文处理 function SubString(str, len, hasDot) { var newLength = 0; var newStr = ""; var chineseRegex = /[^\x00-\xff]/g; var singleChar = ""; var 阅读全文
摘要:
Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public class Utils { private static Regex RegexBr = new Regex(@"(\r\n)", RegexOpt... 阅读全文