直接上代码吧,备忘 :
function bro(){
var is360 = false;
if((window.navigator.userProfile+'')=='null'){
is360 = true;
}return is360;
}
&nbs