5、字符串操作函數--strcmp()

函數:strcmp() 字符串比較 案例: void test05() { while (1) { //需求:help幫助信息 send發送數據 recv接受數據 close關閉通信 char cmd[32] = 「」; printf(「請輸入要操作的命令:」); scanf("%s", cmd); //比較cmd if (strcmp(cmd, 「help」) == 0) { printf(「幫
相關文章
相關標籤/搜索