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

案例9:门票价格查询 步骤: 其代码如下; { int month = Convert.ToInt32(DropDownList1.Text); double piaojia; if (RadioButton2.Checked) { if (month > 3 && month < 11) { piaojia = 30; Label1.Text = Convert.ToString(piao
相关文章
相关标签/搜索