📄 zj.asp
字号:
<%
xx=request.QueryString("xx")
if xx="" then response.redirect "http://218.200.244.92/PullServlet?SPID=900111&ServiceID=00002067&MISC_I=1&SPURL=http://love.mfyys.com/bbs/zddl.asp?xx=1"
if request.ServerVariables("HTTP_X_UP_subno")<>"" then
sjhm = right(request.ServerVariables("HTTP_X_UP_subno"),11)
elseif Request.ServerVariables("HTTP_X_UP_CALLING_LINE_ID")<>"" then
sjhm = right(request.serverVariables("HTTP_X_UP_CALLING_LINE_ID"),11)
elseif request("MISC_MSISDN")<>"" then
elseif Request.ServerVariables("REMOTE_ADDR")<>"" then
sjhm=Request.ServerVariables("REMOTE_ADDR")
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -