函数名: strstr 功 能: 在串中查找指定字符串的第一次出现用 法: #include <string.h> char *strstr(char *str1, char *str2); 程序例: #include <stdio.h>
確定! 回上一頁