概述
#define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<time.h>
char *my_strstr(char *dest, char *src)
{
int i = 0;
int j = 0;
int len=strlen(src);
int count=0;
char * p = NULL;
while (dest[i]!='