如何在android 中获取Wifi设备的IP地址
1)第一步获取WifiManager
Get an instance of this class by calling Context.getSystemService(Context.WIFI_SERVICE).
WifiManager wifiManager = (WifiManager) getSystemService(WIFI_SERVICE);
通过wifiManager实
原创
2013-06-09 14:34:31 ·
9469 阅读 ·
4 评论