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
相關文章
相關標籤/搜索