Java Przekształć ciąg String IPv4 IP na równoważną długą wartość liczbową.

result += (Integer.parseInt(ipAddressInArray[i]) % 256 * Math.pow(256, power));
Copied!
Condemned Centipede