摘要: string常用API #define _CRT_SECURE_NO_WARNINGS #include<iostream> #include<string> using namespace std; //1. 字符串构造 /* string();//创建一个空的字符串 例如: string str 阅读全文
posted @ 2017-05-02 15:47 天码丶行满 阅读(291) 评论(0) 推荐(0)