摘要: package com.project.mobile.util; import java.util.regex.Pattern;/** * 账户相关属性验证工具 * */public class AccountValidatorUtil { /** * 正则表达式:验证用户名 */ public s 阅读全文
posted @ 2018-11-29 10:02 小洺 阅读(235) 评论(0) 推荐(0)