网站建设资讯

NEWS

网站建设资讯

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

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

文章题目:验证Request传过来的值是否为空
转载源于:http://njwzjz.com/article/gdeheh.html