直播中
工作时间
QQ:售前咨询①
QQ:售前客服②
QQ:售后客服①
QQ:售后客服②
网站备案
strBrowser=Request.ServerVariables("HTTP_USER_AGENT")If Instr(strBrowser,"MSIE") <> 0 ThenResponse.redirect("ForMSIEOnly.htm")ElseResponse.redirect("ForAll.htm")End If