1、Windows: - 在命令提示符(CMD)中:ipconfig 或winipcfg - 在PowerShell中:Get-NetIPAddress2、Linux/Unix:Ubuntu/Debian:ifconfig 或ip addrCentOS/RHEL:ip addr 或ip aMacOS:ifcon……...
1、Windows:
- 在命令提示符(CMD)中:ipconfig
或winipcfg
- 在PowerShell中:Get-NetIPAddress
2、Linux/Unix:
Ubuntu/Debian:ifconfig
或ip addr
CentOS/RHEL:ip addr
或ip a
MacOS:ifconfig
或networksetup -listAllInterfaces
3、MacOS (M1):
- 使用System Information
应用,或者Terminal
中的ifconfig
命令。
4、Android:
- 在终端(Terminal Emulator)中:ip addr
- 如果是 rooted,可以使用netstat -i
或cat /proc/net/ip
。
5、iOS/iPadOS:
- 使用Settings > Wi-Fi
,然后选择你的网络,信息会显示在网络设置中。
请根据你的设备和系统版本选择合适的命令。