相关文章
推荐文章
热门文章
列出asp+中所有request 的属性和数值
|
/* 豆腐制作 都是精品 http://www.asp888.net 豆腐技术站 如转载 请保留这个版权信息 */ 呵呵,这个程序大家看看就可以了 <script language="VB" runat="server"> Sub Page_Load(Src As Object, E As EventArgs) Dim loop1 as long Dim loop2 As long Dim arr1(), arr2() As String Dim coll As NameValueCollection coll =Request.ServerVariables arr1 = coll.AllKeys For loop1 = 0 To UBound(arr1) arr2 = coll.GetValues(arr1(loop1)) Response.Write("名称:<font color=blue>" & arr1(loop1) & "</font> 值: <font color=red>" & arr2(0) & "</font><br>") Next loop1 end sub </script> 作者:豆腐() |
↑返回顶部
打印本页
关闭窗口↓
| 收藏本文到:天极网摘 新浪VIVI 和讯网摘 博彩中心 365Key网摘 poco网摘 狐摘 亿友响享Yeeyoo igooi-it网摘 5seek网摘 I2Key 我摘网摘 天下图摘 YouNote 百特门 |
