ASP 获取 post 提交的内容并保存到指定文件
2018-09-06 11:28
阅读:520
ASP 获取 post 提交的内容并保存到指定文件
<%
name=request("name")
response.write name
set f=Server.CreateObject("scripting.filesystemobject")
set ff=f.opentextfile(server.mappath(".")"\k8getqq.txt",8,true,0)
ff.writeline(chr(13)+chr(10)name)
ff.close
set ff=nothing
set f=nothing
%>
上一篇:如何防范ASP木马
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:ASP 获取 post 提交的内容并保存到指定文件
文章链接:http://soscw.com/index.php/essay/9404.html
文章标题:ASP 获取 post 提交的内容并保存到指定文件
文章链接:http://soscw.com/index.php/essay/9404.html
评论
亲,登录后才可以留言!