一个例子说明一切,不再赘述
std::string str("Hello World");
for (auto c : str) {
qDebug() << c;
}
一个例子说明一切,不再赘述
std::string str("Hello World");
for (auto c : str) {
qDebug() << c;
}
本文标题:008 范围 for 语句
本文链接:https://www.haomeiwen.com/subject/gniieqtx.html
网友评论