2008-11-01から1ヶ月間の記事一覧
int loop1, loop2; System.Collections.Specialized.NameValueCollection coll = Request.ServerVariables; string txt = ""; String arr1 = coll.AllKeys; for (loop1 = 0; loop1 < arr1.Length; loop1++) { txt += "Key: " + arr1[loop1] + "\n"; String a…