访问量:
次,访客数:
人,浏览量:
次
首页
编辑
得到字符串中的汉字
Tags:
/C#/字符串处理/
Date Created:
using
System
.
Text
.
RegularExpressions;
Regex
.
Replace(
"aZswang
,
@"[^\u4e00-\u9fa5]+"
,
""
);