摘要: string.find() 用于搜索子串在母串中的位置,如果找到,返回子串首个元素的下标;如果找不到,返回s.npos map.count() map.count(Key),在map中检索索引Key,若其存在,返回true,否则返回false 注意仅能检索索引,不能检索值 C++ include i 阅读全文
posted @ 2020-03-31 18:09 StreamAzure 阅读(150) 评论(0) 推荐(0)