验证Request传过来的值是否为空

                string imgUrl = "";
                if (!string.IsNullOrEmpty(Request["picUrl"]))
                    imgUrl = Request.QueryString["picUrl"].ToString();
                if (imgUrl == "")
                {
                    imgUrl="aaa";
                }

名称栏目:验证Request传过来的值是否为空
网页地址:http://ybzwz.com/article/gdeheh.html