strstr(string,char,[boolean])	//在string中查找并返回char之后的字符串,boolean等于true 返回之前部分

第三个参数为true返回之前的字符串


找的是char在string中最先出现的字符