Console.ReadKey()
Dim inputChar As ConsoleKeyInfo = Console.ReadKey()
Console.ReadKey()
等待來自使用者的輸入,並在接收時返回類 ConsoleKeyInfo
的物件,該物件儲存與使用者提供的字元相關的資訊作為輸入。有關所提供資訊的詳細資訊,請訪問 MSDN 文件 。
Dim inputChar As ConsoleKeyInfo = Console.ReadKey()
Console.ReadKey()
等待來自使用者的輸入,並在接收時返回類 ConsoleKeyInfo
的物件,該物件儲存與使用者提供的字元相關的資訊作為輸入。有關所提供資訊的詳細資訊,請訪問 MSDN 文件 。