首页 > 代码库 > js获取 浏览器,手机内核

js获取 浏览器,手机内核

<script>
var u = navigator.userAgent, app = navigator.appVersion;
alert(u);
</script>
//就这么简单

js获取 浏览器,手机内核