• <legend id='CekEF'><style id='CekEF'><dir id='CekEF'><q id='CekEF'></q></dir></style></legend>
      <tfoot id='CekEF'></tfoot>

      • <bdo id='CekEF'></bdo><ul id='CekEF'></ul>
    1. <i id='CekEF'><tr id='CekEF'><dt id='CekEF'><q id='CekEF'><span id='CekEF'><b id='CekEF'><form id='CekEF'><ins id='CekEF'></ins><ul id='CekEF'></ul><sub id='CekEF'></sub></form><legend id='CekEF'></legend><bdo id='CekEF'><pre id='CekEF'><center id='CekEF'></center></pre></bdo></b><th id='CekEF'></th></span></q></dt></tr></i><div id='CekEF'><tfoot id='CekEF'></tfoot><dl id='CekEF'><fieldset id='CekEF'></fieldset></dl></div>

      <small id='CekEF'></small><noframes id='CekEF'>

        VS如何编译控制台应用程序以显示“Press any key

        时间:2023-08-27
        <tfoot id='jf0oE'></tfoot>
          <tbody id='jf0oE'></tbody>
        <i id='jf0oE'><tr id='jf0oE'><dt id='jf0oE'><q id='jf0oE'><span id='jf0oE'><b id='jf0oE'><form id='jf0oE'><ins id='jf0oE'></ins><ul id='jf0oE'></ul><sub id='jf0oE'></sub></form><legend id='jf0oE'></legend><bdo id='jf0oE'><pre id='jf0oE'><center id='jf0oE'></center></pre></bdo></b><th id='jf0oE'></th></span></q></dt></tr></i><div id='jf0oE'><tfoot id='jf0oE'></tfoot><dl id='jf0oE'><fieldset id='jf0oE'></fieldset></dl></div>

            • <bdo id='jf0oE'></bdo><ul id='jf0oE'></ul>
              <legend id='jf0oE'><style id='jf0oE'><dir id='jf0oE'><q id='jf0oE'></q></dir></style></legend>

                • <small id='jf0oE'></small><noframes id='jf0oE'>

                • 本文介绍了VS如何编译控制台应用程序以显示“Press any key to continue"?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  当我开发 C# 控制台应用程序(将在服务器上运行)并使用 Visual Studio 运行它时,我在程序终止前收到按任意键继续"消息.

                  When I develop a C# console application (which will run on a server) and I run it using Visual Studio, I get a "Press any key to continue" message before the program terminates.

                  但是,当我使用 CSC 手动编译相同的 C# 代码文件时,我的程序不会显示该消息,它会在完成其逻辑后立即终止.

                  However, when I compile the very same C# code file manually using CSC, my program doesn't show that message and it terminates immediately after finishing its logic.

                  有谁知道我如何在不使用 VS 和不更改 C# 代码的情况下添加 ReadLine() 来编译代码时如何实现相同的功能?

                  Does anyone know how I can make the same feature when compiling the code without using VS and WITHOUT changing the C# code any adding a ReadLine()?

                  更新:在我学习 C# 时出现的相同消息,我曾经将 TextPad 与 CSC 一起使用,并且该消息过去没有添加任何 Write(Line)/Read(Line) 调用就出现了

                  推荐答案

                  你可以编写一个批处理脚本来为你运行exe并提示用户按键.

                  You could write a batch script that runs the exe for you and prompts the user to press a key.

                  批处理脚本如下所示:

                  echo off
                  YourApp.exe
                  pause
                  

                  这篇关于VS如何编译控制台应用程序以显示“Press any key to continue"?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:从控制台应用程序返回字符串 下一篇:如何在 Winforms 中包含控制台?

                  相关文章

                  最新文章

                    <bdo id='L0b5i'></bdo><ul id='L0b5i'></ul>
                • <small id='L0b5i'></small><noframes id='L0b5i'>

                    <tfoot id='L0b5i'></tfoot>
                    <i id='L0b5i'><tr id='L0b5i'><dt id='L0b5i'><q id='L0b5i'><span id='L0b5i'><b id='L0b5i'><form id='L0b5i'><ins id='L0b5i'></ins><ul id='L0b5i'></ul><sub id='L0b5i'></sub></form><legend id='L0b5i'></legend><bdo id='L0b5i'><pre id='L0b5i'><center id='L0b5i'></center></pre></bdo></b><th id='L0b5i'></th></span></q></dt></tr></i><div id='L0b5i'><tfoot id='L0b5i'></tfoot><dl id='L0b5i'><fieldset id='L0b5i'></fieldset></dl></div>

                  1. <legend id='L0b5i'><style id='L0b5i'><dir id='L0b5i'><q id='L0b5i'></q></dir></style></legend>