問題タブ [console.readkey]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
powershell - ReadKey を消費しない Powershell の問題
基本的にスクリプトから呼び出される「任意のキーが押されるまで待機」するカスタム Powershell 関数で次の LOC を使用する場合:
…後で、特に関数がそのコンテキストを返すか完了したときに、次のようになりました。
Q: これを回避するには??
c# - C# で KeyPress のコンソール ウィンドウを閉じる方法
私はいくつかのコードを書きましたが、コードを実行した後、コンソールウィンドウに「press any key to close this window
しかし、押したときにウィンドウを閉じたい」と表示されますctrl+Y
。その方法がわかりません。