只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2011-07-15 11:33 夏日暴雪 阅读(1) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2011-06-23 17:34 夏日暴雪 阅读(168) 评论(0) 推荐(0)