C#编写加法计算器 使用C#编写计算器,适合初学者 private void btn_0_Click(object sender, EventArgs e) { if (txt_value.Text.Length < 9)//判断数值是符合规定 { if (G_bl_add)//判断是否刚刚按下*号键 { txt