摘要: 1. size_type find_first_of( const basic_string &str, size_type index = 0 );查找在字符串中第一个与str中的某个字符匹配的字符,返回它的位置。搜索从index开始,如果没找到就返回string::npos2.string& r... 阅读全文
posted @ 2015-02-05 21:16 郭晓倩 阅读(1028) 评论(0) 推荐(0)