会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
启明星工作室
启明星工作室博客,提供会议室预定系统,Helpdesk系统,见官网 dotnetcms.cn
管理
2020年4月23日
正则匹配试题
摘要: string patten = "(\\[[^\\]]*\\])"; Regex reg = new Regex(patten); MatchCollection matches=reg.Matches(t); foreach (Match match in matches) { Response.
阅读全文
posted @ 2020-04-23 10:11 启明星工作室
阅读(209)
评论(0)
推荐(0)
编辑
公告