怎么在c语言中实现输入数字 在屏幕上显示*号 并且不显示数字

2024-11-13 08:56:36
推荐回答(1个)
回答1:

用 getch() 函数

ch=getch();
printf("*");