搜索文档
isValidIPV4(val): boolean
val
boolean
是否为有效的IP v4
string
Example
isValidIPV4('172.16.0.0'); // => true isValidIPV4('127.0.0.0'); // => true