执行结束后发出报警声提示 原来很简单 输出\a 即可 Python while(True): print ("\a") C# 发出报警声音 while (true) { Console.WriteLine("\a"); }