Android ApplicationAndroid工具类 12345 if (!Patterns.WEB_URL.matcher(url).matches()) {//正则表达式模式,以匹配 RFC 3987 国际化 URL }else { //符合标准 }