test.asp
来自「几个非常有用的EXT实例」· ASP 代码 · 共 10 行
ASP
10 行
<%@Language=VBScript CodePage=65001%>
<%
dim temp
For Each x In Request.Form
temp=temp& x & ":" & Request.Form(x) & ","
next
Response.Charset="utf-8"
Session.CodePage=65001
response.write "{success:true,data:'"&temp&"'}"
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?