- 博客(1)
- 资源 (5)
- 收藏
- 关注
原创 C语言模拟密码输入
C语言模拟密码输入 密码回显为*字符,按退格键可以对输入进行修改。 #include <stdio.h> #include <conio.h> #include <windows.h> int main() { char p[20]; char *password="1234"; int i=0; printf("enter your password(请输入密码)\n"); do { p[i]=getch(
2021-03-06 23:40:39
345
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅