ユーザ用ツール

サイト用ツール


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の列挙.1392907579.txt.gz · 最終更新: 2019/06/30 12:22 (外部編集)