利用正则表达式判断身份证号

package com.alex.RegExp; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.regex.Matcher; import java.util.regex.Pattern; public class IDn
相关文章
相关标签/搜索