string imgUrl = ""; if (!string.IsNullOrEmpty(Request["picUrl"])) imgUrl = Request.QueryString["picUrl"].ToString(); if (imgUrl == "") { imgUrl="aaa"; }
转载于:https://blog.51cto.com/sanhetao/1712548
string imgUrl = ""; if (!string.IsNullOrEmpty(Request["picUrl"])) imgUrl = Request.QueryString["picUrl"].ToString(); if (imgUrl == "") { imgUrl="aaa"; }
转载于:https://blog.51cto.com/sanhetao/1712548