发表时间:2015-04-10 16:49作者:zhao人气:更新时间:2025-10-06 23:11:16
<script type="text/javascript">
try{
if (/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
window.location.href="mindex.html";
}else{
window.location.href="cindex.html";
}
}catch(e){}
</script>
网友评论