Auto 作用(一)遍历

1.字符

string str = “hello, world”;
for(auto ch : str) {
     cout << ch << endl;
}

2.

posted @ 2022-01-04 22:08  Rrrrrrover丶  阅读(66)  评论(0)    收藏  举报