标签:style blog http io ar color 使用 sp on
function is_weixin(){ var ua = navigator.userAgent.toLowerCase(); if(ua.match(/MicroMessenger/i)=="micromessenger") { return true; } else { return false; } } if (!is_weixin()) { window.location.href = ‘https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxdf3f22ebfe96b912&redirect_uri=xxx&response_type=code&scope=snsapi_base&state=hyxt#wechat_redirect‘; }
标签:style blog http io ar color 使用 sp on
原文地址:http://www.cnblogs.com/luckystar2010/p/4123074.html