char *strstr(const char *s1, const char *s2); /* C only */ ... strstr scans s1 for the first occurrence of the substring s2. Return Value.
確定! 回上一頁