string str1 = "test01" ;string str2( 5, 'c' ); // str2 'ccccc'string str3( "Now is the time..." );string str4( str3, 11, 4 ); //将str3