摘要:
using System;using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;namespace LTP.Common{ public class StringPlus { /// <summary> /// 检查字符串,看有没有非发字符不允许输入已|分割 /// </summary> /// <param name="str">字符串</param> /// <returns></re
阅读全文