Update documentation.

This commit is contained in:
yoreyuan 2020-12-16 17:53:59 +08:00
parent 8b92b5a733
commit e8e57ed117

View File

@ -80,7 +80,7 @@ public class Ipv4ToNum extends Transformer {
//如果字段为空,返回 0
if (oriValue==null) {
oriValue = "";
oriValue = "0.0.0.0";
}
String[] seq = oriValue.split("\\.");