wayde

Results 1 comments of wayde

function check(url){     if(/^(http:\/\/[^=]+\.qq\.com)($|[\?\/])/.test(url)){       return true;     }else{       return false;     }   }