c++ string 对象操作
摘要:
字符串转换大小写如下: 1 #include "stdafx.h" 2 #include <iostream> 3 #include <string> 4 5 using namespace std; 6 7 int main() 8 { 9 string str = "helloworld"; 1 阅读全文
posted @ 2017-03-08 16:16 ^~~^ 阅读(366) 评论(0) 推荐(0) 编辑