摘要:
判断字符串是否是IP package my; public class BooleanIP { boolean isIpLegal(String string){ if(string ==null ||string.length() < 7 || string.length() > 15){ ret 阅读全文
posted @ 2020-08-29 14:36
凌晨三点半的飞机
阅读(313)
评论(1)
推荐(0)
浙公网安备 33010602011771号