语法:
1 1.size_type source_str.find( const basic_string &str, size_type index ); 2 2.size_type source_str.find( const char *str, size_type index ); 3 3.size_type source_str.find( const char *str, size_type index, size_type length ); 4 4.size_type source_str.find( char ch, size_type index );