asp.net中判断传过来的字符串不为空的代码

  if (!string.IsNullOrEmpty(Request.QueryString["param"]) && Request.QueryString["param"]=="1")
原文地址:https://www.cnblogs.com/QiuJL/p/4524301.html