我想只从下面的输出中提取 IPv4 地址,在运行 ipconfig 之后,使用 Regex。
Connection-specific DNS Suffix . : domain.local
Link-local IPv6 Address . . . . . : fe80::49b6:17f6:f059:1c3d%12
IPv4 Address. . . . . . . . . . . : 192.168.2.180
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.2.254
因此,我只想提取“192.168.2.180”地址。