摘要: double a = double.Parse( this.textBox1.Text); double b = double.Parse(this.textBox2.Text); double c =0; switch (this.comboBox1.Text) { ... 阅读全文
posted @ 2016-05-03 11:23 尘梦 阅读(210) 评论(0) 推荐(0)