如何才能获取我电脑的IP地址?
发布网友
发布时间:2022-02-23 21:47
我来回答
共8个回答
热心网友
时间:2022-02-23 23:16
win xp
开始——运行——cmd——确定
在命令行中键入ipconfig,回车
就知道了
热心网友
时间:2022-02-24 00:34
最简单的方法,进入:ip138.com网站就能知道你的电脑IP地址和查寻别人的电脑的IP地址。
热心网友
时间:2022-02-24 02:09
你的IP是固定的吗??
如果是的话,网上邻居-属性-双击本地链接-支持里找
如果不是就照楼上的方法
热心网友
时间:2022-02-24 04:00
网上邻居-本地连接右击本地连接-状态-支持
热心网友
时间:2022-02-24 06:08
在开始,运行里输入cmd,在弹出的命令符里接着输入ipconfig
热心网友
时间:2022-02-24 08:33
在命令提示符里面输入ipconfig就都可以看到了
热心网友
时间:2022-02-24 11:14
你想要什么IP啊?网卡?内存?还是什么啊?
热心网友
时间:2022-02-24 14:12
ipconfig
USAGE:
ipconfig [/? | /all | /renew [adapter] | /release [adapter] |
/flushdns | /displaydns | /registerdns |
/showclassid adapter |
/setclassid adapter [classid] ]
where
adapter Connection name
(wildcard characters * and ? allowed, see examples)
Options:
/? Display this help message
/all Display full configuration information.
/release Release the IP address for the specified adapter.
/renew Renew the IP address for the specified adapter.
/flushdns Purges the DNS Resolver cache.
/registerdns Refreshes all DHCP leases and re-registers DNS names
/displaydns Display the contents of the DNS Resolver Cache.
/showclassid Displays all the dhcp class IDs allowed for adapter.
/setclassid Modifies the dhcp class id.
The default is to display only the IP address, subnet mask and
default gateway for each adapter bound to TCP/IP.
For Release and Renew, if no adapter name is specified, then the IP address
leases for all adapters bound to TCP/IP will be released or renewed.
For Setclassid, if no ClassId is specified, then the ClassId is removed.
Examples:
> ipconfig ... Show information.
> ipconfig /all ... Show detailed information
> ipconfig /renew ... renew all adapters
> ipconfig /renew EL* ... renew any connection that has its
name starting with EL
> ipconfig /release *Con* ... release all matching connections,
eg. "Local Area Connection 1" or
"Local Area Connection 2"