摘要:
/** * 正则表达式,匹配 URL 是IP还是域名 */private static final String PATTERN_L2DOMAIN = "(?<=http://|\\.)[^.]*?\\.(com|cn|net|org|biz|info|cc|tv)";private static 阅读全文
posted @ 2019-09-20 15:51
yoyotoo
阅读(3919)
评论(0)
推荐(0)
2019年9月20日