Hbuilder X 获取手机端 IMEI uuid

plus.device.getInfo({
	success:function(e){
		console.log('getDeviceInfo success: '+JSON.stringify(e));
	},
	fail:function(e){
		console.log('getDeviceInfo failed: '+JSON.stringify(e));
	}
});
posted @ 2020-04-01 17:20  马大哈小果果  阅读(682)  评论(0)    收藏  举报