Android 判断字符串是否是身份证、邮箱、银行卡、手机号、中文
1.判断字符串是否是身份证: /** * 功能:身份证的有效验证 * * @param IDStr * 身份证号 * @return 有效:返回"" 无效:返回String信息 * @throws ParseException */ public static bool