做 h5 推荐几个东西吧

来源:互联网 发布:淘宝正义哥 奶粉 假货 编辑:程序博客网 时间:2024/04/29 21:54

http://www.heyuan110.com/2015/06/16/Chrome-FireFox%E5%A4%84%E7%90%86JSON%E7%9A%84%E6%8F%92%E4%BB%B6/   

浏览器插件 

开发 

webstorm

var ua = navigator.userAgent.toLowerCase();
判断ios 或者android 

function getJsonObject() {    if (/iphone|ipad|ipod/.test(ua)) {        //alert("iphone");           } else if (/android/.test(ua)) {        //alert("android");         } else {        alert("手机系统判断出错!");    }}

0 0
原创粉丝点击