-4
林trinying通過按下(Ctrl + C)來寫一個字,但不工作錯誤cs1001不能使用命令CTRLç
請幫我
請給我一個手
using System;
using System.Runtime.InteropServices;
class MainClass
{
static void Main()
{
ConsoleKeyInfo keypress;
keypress = Console.ReadKey(); // read keystrokes
if (keypress.Key == ConsoleKey.(CTRL-C))
{
Console.Write("One ");
}
}
}
請幫助我。不能使用這個句子if(keypress.Key == ConsoleKey。(CTRL-C)) – jhonny625