publicfunctionorder_source()
{
$useragent=strtolower($_SERVER["HTTP_USER_AGENT"]);
//微信
$is_weixin=strripos($useragent,‘micromessenger‘);
if($is_weixin){
//echo‘微信‘;exit;
echo‘<scriptlanguage="javascript"type="text/javascript">window.location.href..
分类:
Web程序 时间:
2017-11-13 18:34:15
阅读次数:
171