简单的加减乘除计算器示例(Console模式): class Program{ static void Main(string[] args) { try { Console.Write("请输入数字A:"); string strNumberA = Console.ReadLine(); Console.Write