我使用此行将 bin 从成员转换为数字和字符
String bin=Integer.toString(Integer.parseInt(DeviceInfo.getDeviceId(),16))
现在如何将 bin 再次转换为 DeviceId(仅限数字)
我使用此行将 bin 从成员转换为数字和字符
String bin=Integer.toString(Integer.parseInt(DeviceInfo.getDeviceId(),16))
现在如何将 bin 再次转换为 DeviceId(仅限数字)