//提交表单 function per_submit() { var flag = true; //alert("content="+form1.contentKey.value); if(form1.contentKey.value==""){ return; } if( flag == true ) { document.form1.submit(); result_list.innerHTML="正在进行检索,请耐心等待结果..."; } } //PC自动跳转手机页start var Mobile = { Android: function() { return navigator.userAgent.match(/Android/i); }, BlackBerry: function() { return navigator.userAgent.match(/BlackBerry/i); }, iOS: function() { return navigator.userAgent.match(/iPhone|iPod/i); }, Opera: function() { return navigator.userAgent.match(/Opera Mini/i); }, Windows: function() { return navigator.userAgent.match(/IEMobile/i); }, any: function() { return (Mobile.Android() || Mobile.BlackBerry() || Mobile.iOS() || Mobile.Opera() || Mobile.Windows()); } }; if(window.location.href.indexOf("gomobile=false")<0){ if (Mobile.any()) { window.location.href="https://e.xzxw.com/fzbzwpad/202407/23/node_07.html"; } } //PC自动跳转手机页end