strSQL = "Select * from tb_01 where 学生姓名='" + TextBox1.Text + "'"; 谁能帮我解释下下面一段字符
if(DropDownList1.Text=="年龄"){if(TextBox1.Text==""||TextBox1.Text==string.Empty)TextBo...
if (DropDownList1.Text == "年龄")
{
if (TextBox1.Text == "" || TextBox1.Text == string.Empty)
TextBox1.Text = "0";
strSQL = "Select * from tb_01 where 学生年龄=" + Convert.ToInt16(TextBox1.Text);
}
else
strSQL = "Select * from tb_01 where 学生姓名='" + TextBox1.Text + "'";
求高手帮我具体解释一下 另有重谢 感激不尽
那两个竖线是什么意思?
还有 if (TextBox1.Text == "" || TextBox1.Text == string.Empty)
TextBox1.Text = "0";实在看不懂
还有下面最后一句的单引双引越看越迷糊 展开
{
if (TextBox1.Text == "" || TextBox1.Text == string.Empty)
TextBox1.Text = "0";
strSQL = "Select * from tb_01 where 学生年龄=" + Convert.ToInt16(TextBox1.Text);
}
else
strSQL = "Select * from tb_01 where 学生姓名='" + TextBox1.Text + "'";
求高手帮我具体解释一下 另有重谢 感激不尽
那两个竖线是什么意思?
还有 if (TextBox1.Text == "" || TextBox1.Text == string.Empty)
TextBox1.Text = "0";实在看不懂
还有下面最后一句的单引双引越看越迷糊 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询