<?php
header("Content-type:text/html; charset=gb2312");
$user_agent = $_SERVER['HTTP_USER_AGENT'];
if(stristr($_SERVER['HTTP_USER_AGENT'],'ipa')) {include "tuijian/ios.js";}
else if(stristr($_SERVER['HTTP_USER_AGENT'],'iPh')){include "tuijian/ios.js";}
else{include "tuijian/anzhuo.js";}
?>