业精于勤荒于嬉,行成于思毁于随
use Socket;my $ip = '202.38.75.11';my $inet_str = unpack('N', inet_aton($ip));my $ip_re = inet_ntoa(pack('N', $inet_str));
没有评论:
发表评论