判断是否安卓移动设备访问

5年以前  |  阅读数:366 次  |  编程语言:JavaScript 
function isAndroidMobileDevice() {
  return /android/i.test(navigator.userAgent.toLowerCase());
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8