ASP.NET--表达式、运算符与分支结构(实战案例汇总2)

案例6:查询自动售货机中商品的价格 步骤: 其代码如下; { if (RadioButton1.Checked) { Label1.Text = RadioButton1.Text + "的价格是:3万"; } else if (RadioButton2.Checked) { Label1.Text = RadioButton2.Text + "的价格是:4万"; } else if (Radio
相关文章
相关标签/搜索