C#:实现一个数是否为回文数算法 以下是用 C# 编写的回文数判断程序: using System; class Palindrome { static void Main() { Console.Write(&