第三方账号快速登录
第一种方法:用php的strpos() 函数判断字符串中是否包含某字符串的方法if(strpos(www.genban.org,genban) !== false){ echo 包含genban; }else{ echo 不包含genba...