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

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

当前题目:验证Request传过来的值是否为空
文章位置:http://dcwzsj.com/article/gdeheh.html

其他资讯