"Press any key to continue..."의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
26번째 줄: 26번째 줄:
==같이 보기==
==같이 보기==
*[[MessageBox]]
*[[MessageBox]]
*[[confirm()]]
*[[함수 confirm()]]
*[[Press enter to continue...]]


[[분류:Bash]]
[[분류:Bash]]

2021년 10월 16일 (토) 18:34 판

Press any key to continue...
PAUSE

1 Bash

read -sn 1 -p "Press any key to continue..."

2 CMD

PAUSE

3 C#

Console.Out.WriteLine("Press any key to continue...");
Console.ReadKey();

4 PHP

echo 'Press any key to continue...';
fgetc(STDIN);

5 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}