zl程序教程

您现在的位置是:首页 >  APP

当前栏目

android 获取IP地址

2023-04-18 14:23:32 时间

https://blog.csdn.net/Alexlee1986/article/details/96120439


android获取IP地址的方法总结如下:

1、wifi下获取本地局域网IP地址

 public static String getWifiIpAddress(Context context) {
   
    WifiManager wifiManager