C++ 字符串 size() 函数
定义和用法
size()
函数返回字符串的长度。
注意: 你也可以使用 length()
函数来获取字符串的长度。这仅仅是 size()
的别名 - 它们的行為相同。
语法
string.size();
参数
无。
技术细节
返回 | 字符串中的字符数量。 |
---|
相关页面
在我们的 字符串教程 中了解更多关于字符串的信息。
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]