摘要: 使用正则:Regex.Replace(手机号, "(\\d{3})\\d{4}(\\d{4})", "$1****$2"); 效果: 阅读全文
posted @ 2019-02-27 15:52 跟着阿笨一起玩.NET 阅读(480) 评论(0) 推荐(0) 编辑