admin管理员组

文章数量:1122850

uni-app 判断

let ua = navigator.userAgent.toLowerCase();
		if (ua.match(/MicroMessenger/i) == "micromessenger") {
			return '微信浏览器'
		}else{
			return '普通浏览器'
		}

本文标签: 器中是在浏览器uniApp