using System; using System.Threading; namespace KeyboardRecord { /// /// Class1 的摘要说明。 /// class Class1 { /// /// 应用程序的主入口点。 /// [STAThread] static void Main(string[] args) { // // TODO: 在此处添加代码以启动应用程序 // string a = Console.ReadLine(); if (a.Length!=15) { Console.WriteLine("Please input correct idnumber"); } else {...
[ 查看全文 ]