原型:extern char *strstr(char *haystack, char *needle); 用法:#include ... 举例: // strstr.c #include <syslib.h> #include <string.h> main() { char ...
確定! 回上一頁