陋室铭
永远也不要停下学习的脚步(大道至简至易)

        string wwww = "";
        for (int i = 0; i < Request.Form.Count; i++)
        {
            if (Request.Form.Keys[i].ToString().Substring(0, 1) != "_")
            {
                wwww += " " + Request.Form.Keys[i].ToString() + " = " + Request.Form[i].ToString();
            }
        }

posted on 2016-08-30 11:03  宏宇  阅读(3072)  评论(0编辑  收藏  举报