张亮_
张亮_
  • 发布:2020-10-29 15:25
  • 更新:2020-10-29 16:47
  • 阅读:707

这个区分安卓和ios吗 都通过这个判断吗

分类:uni-app

这个区分安卓和ios吗 都通过这个判断吗

2020-10-29 15:25 负责人:无 分享
已邀请:
c***@163.com

c***@163.com - jieshao

uni.getSystemInfo({  
    success: function (res) {  
        // 客户端平台,值域为:ios、android  
        console.log(res.platform);  
    }  
});

该问题目前已经被锁定, 无法添加新回复