摘要: #include #include using std::string; using std::cin; using std::cout; using std::endl; //string定义在命名空间std中 int main() { /**************3.2.1 定义和初始化string*****************/ string s1; ... 阅读全文
posted @ 2017-06-02 23:22 陌墨无文 阅读(143) 评论(0) 推荐(0)