// 判断浏览器内核、手机系统等,使用browser.userAgent.mobile var browser = { userAgent: function () { var ua = navigator.userAgent; var ualower = ...
確定! 回上一頁