C语言不回显字符输入实现密码输入
摘要:#include <stdio.h> #include <conio.h> int main() { char *user; char *pass; char username[30]={0},pass_word[30]={0},password; int count = 0; //密码显示为 *
阅读全文
posted @ 2020-06-18 15:27
posted @ 2020-06-18 15:27
posted @ 2020-06-18 14:53