C 庫函數char *strstr(const char *haystack, const char *needle)在字符串haystack中查找第一次出現字符串needle的位置,不包含終止符'\0'。
確定! 回上一頁