RE:我方法就是获得“浏览你WAP网站的那个手机的11位手机号码!!!”
补一下 我以前测试用的
a= request.ServerVariables("http_X_UP_subno")
b= request.ServerVariables("http_x-up-calling-line-id")
c= request.ServerVariables("http_user-agent")
d= request.ServerVariables("http_x_up_calling_line_id")
e= request.ServerVariables("deviceid")
f= request.ServerVariables("x_up_calling_line_id")
g= request.ServerVariables("x-up-calling-line-id")
h= request.ServerVariables("user_agent")
i= request.ServerVariables("user-agent")
j= request.ServerVariables("http_x_up_bear_type")
应该移动联通的手机就放在这么几个头里
全取出来测试下吧!
你好
JSP的我没有做过,一点都不懂
我做的是ASP的
WAP网站想获取手机号,这个和移动运营商有关的
有的地区手机号是屏蔽的掉,不开放给未认证的网站
(比如刚开始我能取到移动用户中的动感地带用户的手机号,后来不行了估计被运营商关了;现在取得联通的C网WAPSP认证后,上报自己的域名,就能取到C网的浏览用户手机)
一般手机号都放在HTTP头里
实在知道就全部输出来看一下,
要用手机上测试哦,模拟器是没有手机号!
联通的方法:ASP代码
num=request.ServerVariables("http_x_up_calling_line_id")
我以前做的时候记的移动的是
user_agent
good luck!