摘要:
// string CreateRandomCode(int codeCount) 根据长度生成随机的数字和字母
// bool toFilter(string thePara) 检测非法字符,如果参数是空/包含非法字符,返回false/否则返回 true
// bool CheckNumber(string GetNum) 判断是否是数字格式
// bool CheckNumberRegx(string GetNum) 判断是否是正负数字含小数
// bool CheckNullstr(string Getstr) 判断是否是空值null 返回true || false
阅读全文