判断字符串是否为 IPv4 地址格式
输入值
是否为合法 IPv4 地址字符串
stringIsIPv4('192.168.1.1'); // true Copy
stringIsIPv4('192.168.1.1'); // true
判断字符串是否为 IPv4 地址格式