码迷,mamicode.com
首页 > 微信 > 详细

asp源码微信公众号获取用户列表

时间:2018-10-12 13:56:13      阅读:265      评论:0      收藏:0      [点我收藏+]

标签:variables   name   amp   源码   http   ===   学习   The   公众号   

Public Function Get_url()
SCRIPT_NAME = CStr(Request.ServerVariables("SCRIPT_NAME"))
SERVER_NAME = CStr(Request.ServerVariables("HTTP_HOST"))
SERVER_PORT = Request.ServerVariables("SERVER_PORT")
QS=Request.ServerVariables("QUERY_STRING")
http = "http://"
If SERVER_PORT = "443" Then
http = "https://"
End If
if qs<>"" then
Get_url = http & SERVER_NAME & SCRIPT_NAME &"?"&QS
else
Get_url = http & SERVER_NAME & SCRIPT_NAME
end if
End Function

=============================================

互相学习电话微信:18611436777(加微信注明事由)

技术分享图片

 

asp源码微信公众号获取用户列表

标签:variables   name   amp   源码   http   ===   学习   The   公众号   

原文地址:https://www.cnblogs.com/lytocnc/p/9777281.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!