js 怎么用useragent判断为手机手机的浏览器的userAgent基本上都含有Mobile字符串,一般可以通过该字符串判断是否为手机,如navigator.userAgent.indexOf('Mobile') >0请参考一下内容:校验普2023-03-10JavaScript330