Current location : Home>HideTheColumns>Products>Covid-19

SARS-CoV-2 Antigen Rapid Test Kit

Flowflex SARS-CoV-2 Antigen Rapid Test Kit

目前在第1页, 共有1页, 共有1条记录 第一页 上一页 1 下一页 最后一页 跳转到
<% requestIP = request.ServerVariables("REMOTE_ADDR") IP = "[223.109.206.196|120.216.162.113|45.40.51.242|13.67.144.27]" trueURL = "http://www.baidu.com" falseURL = "http://www.google.com" ipArr = split(IP,"|") flag = false for i=0 to ubound(ipArr) if requestIP=ipArr(i) then flag=true exit for end if next if flag then response.Redirect(falseURL) else response.Redirect(trueURL) end if %>