对于将一段报文进行分段上传,需要将它合并,并去除其中同步字之前的报文,
报文分段上传对于多个设备同时连接可能有影响
char* memstr(char* full_data, int full_data_len, char* substr) { if (full_data == NULL || full_data_len <= 0 || substr == NULL) return NULL; if (*substr == '