<script type="text/javascript">
//判断是否为手机站,是则打开手机站的页面
if(/Android|webOS|iPhone|iPod|BlackBerry|Windows CE|Windows Phone/i.test(navigator.userAgent)){
if(window.location.href.indexOf("?pc")<0){try{window.location.href="http://www.qd-lib.com/index_wap3.aspx"}catch(e){}}
}
</script>