`task.cpp`中的这个Range是做什么的? ``` if( char *tmp = strstr( buf, "Range:" ) ) { tmp += 13; sscanf( tmp, "%d", &start ); } ```