function getBrowse() {
var ua = navigator.userAgent.toLowerCase();
if (ua.match(/MicroMessenger/i) == "micromessenger") {
//在微信客户端打开
}android
if (ua.match(/WeiBo/i) == "weibo") {ios
//在新浪微博客户端打开微信
}spa
if (ua.match(/QQ/i) == "qq") {get
//在QQ空间打开博客
}io
if (/android/i.test(ua)) {
//在android上打开微博
} else if (/mac os x/i.test(ua)) {
//在ios上打开function
}test