+
95
-

回答

代码

//获取设备IMEI、IMSI、uuid等
plus.device.getInfo({
	success:function(e){
		console.log('getDeviceInfo success: '+JSON.stringify(e));
		
	},
	fail:function(e){
		console.log('getDeviceInfo failed: '+JSON.stringify(e));
	}
});

800_auto

andriod10以上已经拿不到imei与imsi,只能拿到uuid,并且获取会弹出用户授权界面。

网友回复

我知道答案,我要回答