计算器 WINFORM
if(b==0){MessageBox.Show("除数不能为0");}else{c=a/b;txtResult.Enabled=true;txtResult.Text=Convert.ToString(c);
下载地址
用户评论