René's URL Explorer Experiment


Title: 字符串库 - cppreference.com

Generator: MediaWiki 1.43.9

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttps://zh.cppreference.com/
创建账号https://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Fstring
登录https://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Fstring
页面https://zh.cppreference.com/cpp/string
讨论https://zh.cppreference.com/index.php?title=Talk:cpp/string&action=edit&redlink=1
https://zh.cppreference.com/cpp/string
不转换https://zh.cppreference.com/index.php?title=cpp/string&variant=zh
简体https://zh.cppreference.com/index.php?title=cpp/string&variant=zh-hans
繁體https://zh.cppreference.com/index.php?title=cpp/string&variant=zh-hant
大陆简体https://zh.cppreference.com/index.php?title=cpp/string&variant=zh-cn
香港繁體https://zh.cppreference.com/index.php?title=cpp/string&variant=zh-hk
澳門繁體https://zh.cppreference.com/index.php?title=cpp/string&variant=zh-mo
大马简体https://zh.cppreference.com/index.php?title=cpp/string&variant=zh-my
新加坡简体https://zh.cppreference.com/index.php?title=cpp/string&variant=zh-sg
臺灣正體https://zh.cppreference.com/index.php?title=cpp/string&variant=zh-tw
阅读https://zh.cppreference.com/cpp/string
查看源代码https://zh.cppreference.com/index.php?title=cpp/string&action=edit
查看历史https://zh.cppreference.com/index.php?title=cpp/string&action=history
https://zh.cppreference.com/cpp/string
cpphttps://zh.cppreference.com/cpp
C++https://zh.cppreference.com/cpp
编译器支持https://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现https://zh.cppreference.com/cpp/freestanding
语言https://zh.cppreference.com/cpp/language
标准库https://zh.cppreference.com/cpp/standard_library
标准库标头https://zh.cppreference.com/cpp/header
具名要求https://zh.cppreference.com/cpp/named_req
功能特性测试宏https://zh.cppreference.com/cpp/feature_test
语言支持库https://zh.cppreference.com/cpp/utility#语言支持
概念库https://zh.cppreference.com/cpp/concepts
诊断库https://zh.cppreference.com/cpp/error
内存管理库https://zh.cppreference.com/cpp/memory
元编程库https://zh.cppreference.com/cpp/meta
通用工具库https://zh.cppreference.com/cpp/utility
容器库https://zh.cppreference.com/cpp/container
迭代器库https://zh.cppreference.com/cpp/iterator
范围库https://zh.cppreference.com/cpp/ranges
算法库https://zh.cppreference.com/cpp/algorithm
文本处理库https://zh.cppreference.com/cpp/text
数值库https://zh.cppreference.com/cpp/numeric
日期和时间库https://zh.cppreference.com/cpp/chrono
输入/输出库https://zh.cppreference.com/cpp/io
文件系统库https://zh.cppreference.com/cpp/filesystem
并发支持库https://zh.cppreference.com/cpp/thread
执行控制库https://zh.cppreference.com/cpp/execution
技术规范https://zh.cppreference.com/cpp/experimental
符号索引https://zh.cppreference.com/cpp/symbol_index
外部库https://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
basic_stringhttps://zh.cppreference.com/cpp/string/basic_string
basic_string_viewhttps://zh.cppreference.com/cpp/string/basic_string_view
char_traitshttps://zh.cppreference.com/cpp/string/char_traits
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/navbar_content&action=edit
1 字符https://zh.cppreference.com/cpp/string#字符
2 库组件https://zh.cppreference.com/cpp/string#库组件
2.1 字符特征https://zh.cppreference.com/cpp/string#字符特征
2.2 字符串类(std::string 等)https://zh.cppreference.com/cpp/string#字符串类(std::string_等)
2.3 字符串视图类(std::string_view 等) (C++17 起)https://zh.cppreference.com/cpp/string#字符串视图类(std::string_view_等)_(C++17_起)
3 相关库https://zh.cppreference.com/cpp/string#相关库
4 缺陷报告https://zh.cppreference.com/cpp/string#缺陷报告
5 参阅https://zh.cppreference.com/cpp/string#参阅
字符类型https://zh.cppreference.com/cpp/language/type
本地化库https://zh.cppreference.com/cpp/locale
输入/输出库https://zh.cppreference.com/cpp/io
正则表达式库https://zh.cppreference.com/cpp/regex
简旧数据类型 (PODType) https://zh.cppreference.com/cpp/named_req/PODType
平凡类型 (TrivialType) https://zh.cppreference.com/cpp/named_req/TrivialType
标准布局类型 (StandardLayoutType) https://zh.cppreference.com/cpp/named_req/StandardLayoutType
可平凡复制 (TriviallyCopyable) https://zh.cppreference.com/cpp/named_req/TriviallyCopyable
标准布局类型 (StandardLayoutType) https://zh.cppreference.com/cpp/named_req/StandardLayoutType
字符特征 (CharTraits) https://zh.cppreference.com/cpp/named_req/CharTraits
字符特征 (CharTraits) https://zh.cppreference.com/cpp/named_req/CharTraits
https://zh.cppreference.com/cpp/header/string
https://zh.cppreference.com/cpp/header/string
https://zh.cppreference.com/cpp/header/string_view
文本处理库https://zh.cppreference.com/cpp/text
std::toupperhttps://zh.cppreference.com/cpp/locale/toupper
std::isspacehttps://zh.cppreference.com/cpp/locale/isspace
std::text_encodinghttps://zh.cppreference.com/cpp/locale/text_encoding
LWG 1170https://cplusplus.github.io/LWG/issue1170
C 文档https://zh.cppreference.com/c/string
分类https://zh.cppreference.com/Special:%E9%A1%B5%E9%9D%A2%E5%88%86%E7%B1%BB
调用重复模板参数的页面https://zh.cppreference.com/index.php?title=Category:%E8%B0%83%E7%94%A8%E9%87%8D%E5%A4%8D%E6%A8%A1%E6%9D%BF%E5%8F%82%E6%95%B0%E7%9A%84%E9%A1%B5%E9%9D%A2&action=edit&redlink=1
首页https://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改https://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面https://zh.cppreference.com/Special:%E9%9A%8F%E6%9C%BA%E9%A1%B5%E9%9D%A2
MediaWiki帮助https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents
https://zh.cppreference.com/cpp/string
链入页面https://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/string
相关更改https://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/string
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面https://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接https://zh.cppreference.com/index.php?title=cpp/string&oldid=98050
页面信息https://zh.cppreference.com/index.php?title=cpp/string&action=info
العربيةhttp://ar.cppreference.com/cpp/string
Deutschhttps://de.cppreference.com/cpp/string
Englishhttp://en.cppreference.com/cpp/string
Españolhttp://es.cppreference.com/cpp/string
Françaishttp://fr.cppreference.com/cpp/string
Italianohttp://it.cppreference.com/cpp/string
日本語http://ja.cppreference.com/cpp/string
Portuguêshttp://pt.cppreference.com/cpp/string
Русскийhttp://ru.cppreference.com/cpp/string

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.