`
zqwfd
  • 浏览: 1583 次
  • 性别: Icon_minigender_1
  • 来自: 大连
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
Pattern p= Pattern.compile("([0-9]|[0-9]\\d|1\\d{2}|2[0-1]\\d|25[0-5])(\\.(\\d|[0-9]\\d|1\\d{2}|2[0-4]\\d|25[0-5])){3}"); Matcher m = p.matcher(strIP); boolean match = m.matches(); if(!match) { return error; } 不足之处欢迎指正
Global site tag (gtag.js) - Google Analytics