c#中if作用域中的变量为什么外部可以引用
比如:stringstrWhere="1=1";if(txtTh.Text!=""){strWhere+="and图号like'%"+txtTh.Text+"%'";}i...
比如:
string strWhere = "1=1";
if (txtTh.Text != "")
{
strWhere += " and 图号 like '%" + txtTh.Text + "%'";
}
iCount = tuBll.GetRecordCount(strWhere.ToString());
strWhere不是应该在变量结束后消亡吗? 展开
string strWhere = "1=1";
if (txtTh.Text != "")
{
strWhere += " and 图号 like '%" + txtTh.Text + "%'";
}
iCount = tuBll.GetRecordCount(strWhere.ToString());
strWhere不是应该在变量结束后消亡吗? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询