ユーザ用ツール

サイト用ツール


aspでquerystringの列挙
	Function GetAllItem
		Dim nm, vl
		For Each nm in Request.QueryString
			vl = Request.QueryString(nm)
			Response.write vl
		Next
		For Each nm in Request.Form
			vl = Request.Form(nm)
			Response.write vl
		Next
	End Function
aspでquerystringの列挙.txt · 最終更新: 2019/06/30 12:22 by 127.0.0.1