Hâl*_*maz 1 c# macos xamarin.ios ios
foreach (var netInterface in NetworkInterface.GetAllNetworkInterfaces())
{
if (netInterface.NetworkInterfaceType == NetworkInterfaceType.Wireless80211)
{
var address = netInterface.GetPhysicalAddress();
string c= BitConverter.ToString(address.GetAddressBytes());
}
}
Run Code Online (Sandbox Code Playgroud)
我的iPad显示像020000000输出,但我的模拟器显示正确,有问题吗?
| 归档时间: |
|
| 查看次数: |
341 次 |
| 最近记录: |