标签:asp.net
string imgUrl = "";
if (!string.IsNullOrEmpty(Request["picUrl"]))
imgUrl = Request.QueryString["picUrl"].ToString();
if (imgUrl == "")
{
imgUrl="aaa";
}本文出自 “三核桃” 博客,请务必保留此出处http://sanhetao.blog.51cto.com/7172631/1712548
标签:asp.net
原文地址:http://sanhetao.blog.51cto.com/7172631/1712548