计算器的基本操作都有,自己课下联系做的 部分代码: private void button11_Click(object sender, EventArgs e) { text1.Text = text1.Text + "0"; } private void button1_Click(object sender, EventArgs e) { text1.Text = text1.Text + "1"; } private void button