js 判断浏览器是否64位

 js 判断浏览器是否64位

 js判断是否64位 浏览器 
navigator.userAgent.match(/x64/i);  

 

相关文章: