René's URL Explorer Experiment


Title: 空终止字节字符串 - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: zh.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttp://zh.cppreference.com/
创建账号http://zh.cppreference.com/index.php?title=Special:%E5%88%9B%E5%BB%BA%E8%B4%A6%E6%88%B7&returnto=cpp%2Fstring%2Fbyte
登录http://zh.cppreference.com/index.php?title=Special:%E7%94%A8%E6%88%B7%E7%99%BB%E5%BD%95&returnto=cpp%2Fstring%2Fbyte
页面http://zh.cppreference.com/cpp/string/byte
讨论http://zh.cppreference.com/index.php?title=Talk:cpp/string/byte&action=edit&redlink=1
http://zh.cppreference.com/cpp/string/byte
不转换http://zh.cppreference.com/index.php?title=cpp/string/byte&variant=zh
简体http://zh.cppreference.com/index.php?title=cpp/string/byte&variant=zh-hans
繁體http://zh.cppreference.com/index.php?title=cpp/string/byte&variant=zh-hant
大陆简体http://zh.cppreference.com/index.php?title=cpp/string/byte&variant=zh-cn
香港繁體http://zh.cppreference.com/index.php?title=cpp/string/byte&variant=zh-hk
澳門繁體http://zh.cppreference.com/index.php?title=cpp/string/byte&variant=zh-mo
大马简体http://zh.cppreference.com/index.php?title=cpp/string/byte&variant=zh-my
新加坡简体http://zh.cppreference.com/index.php?title=cpp/string/byte&variant=zh-sg
臺灣正體http://zh.cppreference.com/index.php?title=cpp/string/byte&variant=zh-tw
阅读http://zh.cppreference.com/cpp/string/byte
查看源代码http://zh.cppreference.com/index.php?title=cpp/string/byte&action=edit
查看历史http://zh.cppreference.com/index.php?title=cpp/string/byte&action=history
http://zh.cppreference.com/cpp/string/byte
cpphttp://zh.cppreference.com/cpp
stringhttp://zh.cppreference.com/cpp/string
C++http://zh.cppreference.com/cpp
编译器支持http://zh.cppreference.com/cpp/compiler_support
自立实现与有宿主实现http://zh.cppreference.com/cpp/freestanding
语言http://zh.cppreference.com/cpp/language
标准库http://zh.cppreference.com/cpp/standard_library
标准库标头http://zh.cppreference.com/cpp/header
具名要求http://zh.cppreference.com/cpp/named_req
功能特性测试宏http://zh.cppreference.com/cpp/feature_test
语言支持库http://zh.cppreference.com/cpp/utility#语言支持
概念库http://zh.cppreference.com/cpp/concepts
诊断库http://zh.cppreference.com/cpp/error
内存管理库http://zh.cppreference.com/cpp/memory
元编程库http://zh.cppreference.com/cpp/meta
通用工具库http://zh.cppreference.com/cpp/utility
容器库http://zh.cppreference.com/cpp/container
迭代器库http://zh.cppreference.com/cpp/iterator
范围库http://zh.cppreference.com/cpp/ranges
算法库http://zh.cppreference.com/cpp/algorithm
字符串库http://zh.cppreference.com/cpp/string
文本处理库http://zh.cppreference.com/cpp/text
数值库http://zh.cppreference.com/cpp/numeric
日期和时间库http://zh.cppreference.com/cpp/chrono
输入/输出库http://zh.cppreference.com/cpp/io
文件系统库http://zh.cppreference.com/cpp/filesystem
并发支持库http://zh.cppreference.com/cpp/thread
执行控制库http://zh.cppreference.com/cpp/execution
技术规范http://zh.cppreference.com/cpp/experimental
符号索引http://zh.cppreference.com/cpp/symbol_index
外部库http://zh.cppreference.com/cpp/links/libs
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
文本处理库http://zh.cppreference.com/cpp/text
本地化库http://zh.cppreference.com/cpp/locale
正则表达式库http://zh.cppreference.com/cpp/regex
格式化库http://zh.cppreference.com/cpp/utility/format
空终止序列工具http://zh.cppreference.com/cpp/text#空终止序列工具
多字节字符串http://zh.cppreference.com/cpp/string/multibyte
宽字符串http://zh.cppreference.com/cpp/string/wide
初等数值转换http://zh.cppreference.com/cpp/text#初等数值转换
to_charshttp://zh.cppreference.com/cpp/utility/to_chars
to_chars_resulthttp://zh.cppreference.com/cpp/utility/to_chars_result
from_charshttp://zh.cppreference.com/cpp/utility/from_chars
from_chars_resulthttp://zh.cppreference.com/cpp/utility/from_chars_result
chars_formathttp://zh.cppreference.com/cpp/utility/chars_format
文本编码识别http://zh.cppreference.com/cpp/text#文本编码识别
text_encodinghttp://zh.cppreference.com/cpp/text/text_encoding
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/text/navbar_content&action=edit
函数http://zh.cppreference.com/cpp/string/byte#函数
字符分类http://zh.cppreference.com/cpp/string/byte#字符分类
isalnumhttp://zh.cppreference.com/cpp/string/byte/isalnum
isalphahttp://zh.cppreference.com/cpp/string/byte/isalpha
islowerhttp://zh.cppreference.com/cpp/string/byte/islower
isupperhttp://zh.cppreference.com/cpp/string/byte/isupper
isdigithttp://zh.cppreference.com/cpp/string/byte/isdigit
isxdigithttp://zh.cppreference.com/cpp/string/byte/isxdigit
isblankhttp://zh.cppreference.com/cpp/string/byte/isblank
iscntrlhttp://zh.cppreference.com/cpp/string/byte/iscntrl
isgraphhttp://zh.cppreference.com/cpp/string/byte/isgraph
isspacehttp://zh.cppreference.com/cpp/string/byte/isspace
isprinthttp://zh.cppreference.com/cpp/string/byte/isprint
ispuncthttp://zh.cppreference.com/cpp/string/byte/ispunct
字符操作http://zh.cppreference.com/cpp/string/byte#字符操作
tolowerhttp://zh.cppreference.com/cpp/string/byte/tolower
toupperhttp://zh.cppreference.com/cpp/string/byte/toupper
转换为数值格式http://zh.cppreference.com/cpp/string/byte#转换为数值格式
atofhttp://zh.cppreference.com/cpp/string/byte/atof
atoiatolatollhttp://zh.cppreference.com/cpp/string/byte/atoi
strtolstrtollhttp://zh.cppreference.com/cpp/string/byte/strtol
strtoulstrtoullhttp://zh.cppreference.com/cpp/string/byte/strtoul
strtoimaxstrtouimaxhttp://zh.cppreference.com/cpp/string/byte/strtoimax
strtofstrtodstrtoldhttp://zh.cppreference.com/cpp/string/byte/strtof
strfromfstrfromdstrfromlhttp://zh.cppreference.com/index.php?title=cpp/string/byte/strfromf&action=edit&redlink=1
字符串操作http://zh.cppreference.com/cpp/string/byte#字符串操作
strcpyhttp://zh.cppreference.com/cpp/string/byte/strcpy
strncpyhttp://zh.cppreference.com/cpp/string/byte/strncpy
strcathttp://zh.cppreference.com/cpp/string/byte/strcat
strncathttp://zh.cppreference.com/cpp/string/byte/strncat
strxfrmhttp://zh.cppreference.com/cpp/string/byte/strxfrm
strduphttp://zh.cppreference.com/index.php?title=cpp/string/byte/strdup&action=edit&redlink=1
strnduphttp://zh.cppreference.com/index.php?title=cpp/string/byte/strndup&action=edit&redlink=1
字符串检验http://zh.cppreference.com/cpp/string/byte#字符串检验
strlenhttp://zh.cppreference.com/cpp/string/byte/strlen
strcmphttp://zh.cppreference.com/cpp/string/byte/strcmp
strncmphttp://zh.cppreference.com/cpp/string/byte/strncmp
strcollhttp://zh.cppreference.com/cpp/string/byte/strcoll
strchrhttp://zh.cppreference.com/cpp/string/byte/strchr
strrchrhttp://zh.cppreference.com/cpp/string/byte/strrchr
strspnhttp://zh.cppreference.com/cpp/string/byte/strspn
strcspnhttp://zh.cppreference.com/cpp/string/byte/strcspn
strpbrkhttp://zh.cppreference.com/cpp/string/byte/strpbrk
strstrhttp://zh.cppreference.com/cpp/string/byte/strstr
strtokhttp://zh.cppreference.com/cpp/string/byte/strtok
字符数组操作http://zh.cppreference.com/cpp/string/byte#字符数组操作
memchrhttp://zh.cppreference.com/cpp/string/byte/memchr
memcpyhttp://zh.cppreference.com/cpp/string/byte/memcpy
memmovehttp://zh.cppreference.com/cpp/string/byte/memmove
memccpyhttp://zh.cppreference.com/index.php?title=cpp/string/byte/memccpy&action=edit&redlink=1
memcmphttp://zh.cppreference.com/cpp/string/byte/memcmp
memsetmemset_explicithttp://zh.cppreference.com/cpp/string/byte/memset
杂项http://zh.cppreference.com/cpp/string/byte#杂项
strerrorhttp://zh.cppreference.com/cpp/string/byte/strerror
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/navbar_content&action=edit
1 函数http://zh.cppreference.com/cpp/string/byte#函数
1.1 字符分类http://zh.cppreference.com/cpp/string/byte#字符分类
1.2 字符操作http://zh.cppreference.com/cpp/string/byte#字符操作
1.3 转换为数值格式http://zh.cppreference.com/cpp/string/byte#转换为数值格式
1.4 字符串操作http://zh.cppreference.com/cpp/string/byte#字符串操作
1.5 字符串检验http://zh.cppreference.com/cpp/string/byte#字符串检验
1.6 字符数组操作http://zh.cppreference.com/cpp/string/byte#字符数组操作
1.7 杂项http://zh.cppreference.com/cpp/string/byte#杂项
2 参阅http://zh.cppreference.com/cpp/string/byte#参阅
http://zh.cppreference.com/cpp/header/cctype
isalnumhttp://zh.cppreference.com/cpp/string/byte/isalnum
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_isalnum&action=edit
isalphahttp://zh.cppreference.com/cpp/string/byte/isalpha
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_isalpha&action=edit
islowerhttp://zh.cppreference.com/cpp/string/byte/islower
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_islower&action=edit
isupperhttp://zh.cppreference.com/cpp/string/byte/isupper
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_isupper&action=edit
isdigithttp://zh.cppreference.com/cpp/string/byte/isdigit
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_isdigit&action=edit
isxdigithttp://zh.cppreference.com/cpp/string/byte/isxdigit
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_isxdigit&action=edit
iscntrlhttp://zh.cppreference.com/cpp/string/byte/iscntrl
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_iscntrl&action=edit
isgraphhttp://zh.cppreference.com/cpp/string/byte/isgraph
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_isgraph&action=edit
isspacehttp://zh.cppreference.com/cpp/string/byte/isspace
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_isspace&action=edit
isblankhttp://zh.cppreference.com/cpp/string/byte/isblank
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_isblank&action=edit
isprinthttp://zh.cppreference.com/cpp/string/byte/isprint
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_isprint&action=edit
ispuncthttp://zh.cppreference.com/cpp/string/byte/ispunct
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_ispunct&action=edit
tolowerhttp://zh.cppreference.com/cpp/string/byte/tolower
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_tolower&action=edit
toupperhttp://zh.cppreference.com/cpp/string/byte/toupper
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_toupper&action=edit
iscntrlhttp://zh.cppreference.com/cpp/string/byte/iscntrl
iswcntrlhttp://zh.cppreference.com/cpp/string/wide/iswcntrl
isprinthttp://zh.cppreference.com/cpp/string/byte/isprint
iswprinthttp://zh.cppreference.com/cpp/string/wide/iswprint
isspacehttp://zh.cppreference.com/cpp/string/byte/isspace
iswspacehttp://zh.cppreference.com/cpp/string/wide/iswspace
isblankhttp://zh.cppreference.com/cpp/string/byte/isblank
iswblankhttp://zh.cppreference.com/cpp/string/wide/iswblank
isgraphhttp://zh.cppreference.com/cpp/string/byte/isgraph
iswgraphhttp://zh.cppreference.com/cpp/string/wide/iswgraph
ispuncthttp://zh.cppreference.com/cpp/string/byte/ispunct
iswpuncthttp://zh.cppreference.com/cpp/string/wide/iswpunct
isalnumhttp://zh.cppreference.com/cpp/string/byte/isalnum
iswalnumhttp://zh.cppreference.com/cpp/string/wide/iswalnum
isalphahttp://zh.cppreference.com/cpp/string/byte/isalpha
iswalphahttp://zh.cppreference.com/cpp/string/wide/iswalpha
isupperhttp://zh.cppreference.com/cpp/string/byte/isupper
iswupperhttp://zh.cppreference.com/cpp/string/wide/iswupper
islowerhttp://zh.cppreference.com/cpp/string/byte/islower
iswlowerhttp://zh.cppreference.com/cpp/string/wide/iswlower
isdigithttp://zh.cppreference.com/cpp/string/byte/isdigit
iswdigithttp://zh.cppreference.com/cpp/string/wide/iswdigit
isxdigithttp://zh.cppreference.com/cpp/string/byte/isxdigit
iswxdigithttp://zh.cppreference.com/cpp/string/wide/iswxdigit
http://zh.cppreference.com/cpp/header/cstdlib
atofhttp://zh.cppreference.com/cpp/string/byte/atof
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_atof&action=edit
atoiatolatollhttp://zh.cppreference.com/cpp/string/byte/atoi
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_atoi&action=edit
strtolstrtollhttp://zh.cppreference.com/cpp/string/byte/strtol
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strtol&action=edit
strtoulstrtoullhttp://zh.cppreference.com/cpp/string/byte/strtoul
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strtoul&action=edit
strtofstrtodstrtoldhttp://zh.cppreference.com/cpp/string/byte/strtof
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strtof&action=edit
strfromfstrfromdstrfromlhttp://zh.cppreference.com/index.php?title=cpp/string/byte/strfromf&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strfromf&action=edit
http://zh.cppreference.com/cpp/header/cinttypes
strtoimaxstrtoumaxhttp://zh.cppreference.com/cpp/string/byte/strtoimax
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strtoimax&action=edit
http://zh.cppreference.com/cpp/header/cstring
strcpyhttp://zh.cppreference.com/cpp/string/byte/strcpy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strcpy&action=edit
strncpyhttp://zh.cppreference.com/cpp/string/byte/strncpy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strncpy&action=edit
strcathttp://zh.cppreference.com/cpp/string/byte/strcat
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strcat&action=edit
strncathttp://zh.cppreference.com/cpp/string/byte/strncat
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strncat&action=edit
strxfrmhttp://zh.cppreference.com/cpp/string/byte/strxfrm
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strxfrm&action=edit
strduphttp://zh.cppreference.com/index.php?title=cpp/string/byte/strdup&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strdup&action=edit
strnduphttp://zh.cppreference.com/index.php?title=cpp/string/byte/strndup&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strndup&action=edit
http://zh.cppreference.com/cpp/header/cstring
strlenhttp://zh.cppreference.com/cpp/string/byte/strlen
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strlen&action=edit
strcmphttp://zh.cppreference.com/cpp/string/byte/strcmp
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strcmp&action=edit
strncmphttp://zh.cppreference.com/cpp/string/byte/strncmp
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strncmp&action=edit
strcollhttp://zh.cppreference.com/cpp/string/byte/strcoll
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strcoll&action=edit
strchrhttp://zh.cppreference.com/cpp/string/byte/strchr
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strchr&action=edit
strrchrhttp://zh.cppreference.com/cpp/string/byte/strrchr
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strrchr&action=edit
strspnhttp://zh.cppreference.com/cpp/string/byte/strspn
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strspn&action=edit
strcspnhttp://zh.cppreference.com/cpp/string/byte/strcspn
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strcspn&action=edit
strpbrkhttp://zh.cppreference.com/cpp/string/byte/strpbrk
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strpbrk&action=edit
strstrhttp://zh.cppreference.com/cpp/string/byte/strstr
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strstr&action=edit
strtokhttp://zh.cppreference.com/cpp/string/byte/strtok
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strtok&action=edit
http://zh.cppreference.com/cpp/header/cstring
memchrhttp://zh.cppreference.com/cpp/string/byte/memchr
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_memchr&action=edit
memcmphttp://zh.cppreference.com/cpp/string/byte/memcmp
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_memcmp&action=edit
memsetmemset_explicithttp://zh.cppreference.com/cpp/string/byte/memset
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_memset&action=edit
memcpyhttp://zh.cppreference.com/cpp/string/byte/memcpy
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_memcpy&action=edit
memmovehttp://zh.cppreference.com/cpp/string/byte/memmove
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_memmove&action=edit
memccpyhttp://zh.cppreference.com/index.php?title=cpp/string/byte/memccpy&action=edit&redlink=1
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_memccpy&action=edit
http://zh.cppreference.com/cpp/header/cstring
strerrorhttp://zh.cppreference.com/cpp/string/byte/strerror
[编辑]https://zh.cppreference.com/index.php?title=Template:cpp/string/byte/dsc_strerror&action=edit
C 文档http://zh.cppreference.com/c/string/byte
首页http://zh.cppreference.com/%E9%A6%96%E9%A1%B5
最近更改http://zh.cppreference.com/Special:%E6%9C%80%E8%BF%91%E6%9B%B4%E6%94%B9
随机页面http://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
http://zh.cppreference.com/cpp/string/byte
链入页面http://zh.cppreference.com/Special:%E9%93%BE%E5%85%A5%E9%A1%B5%E9%9D%A2/cpp/string/byte
相关更改http://zh.cppreference.com/Special:%E9%93%BE%E5%87%BA%E6%9B%B4%E6%94%B9/cpp/string/byte
上传文件http://upload.cppreference.com/w/Special:Upload
特殊页面http://zh.cppreference.com/Special:%E7%89%B9%E6%AE%8A%E9%A1%B5%E9%9D%A2
可打印版javascript:print();
固定链接http://zh.cppreference.com/index.php?title=cpp/string/byte&oldid=101296
页面信息http://zh.cppreference.com/index.php?title=cpp/string/byte&action=info
Češtinahttps://cs.cppreference.com/cpp/string/byte
Deutschhttps://de.cppreference.com/cpp/string/byte
Englishhttp://en.cppreference.com/cpp/string/byte
Españolhttp://es.cppreference.com/cpp/string/byte
Françaishttp://fr.cppreference.com/cpp/string/byte
Italianohttp://it.cppreference.com/cpp/string/byte
日本語http://ja.cppreference.com/cpp/string/byte
Polskihttp://pl.cppreference.com/cpp/string/byte
Portuguêshttp://pt.cppreference.com/cpp/string/byte
Русскийhttp://ru.cppreference.com/cpp/string/byte

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.