大家好,又见面了,我是你们的朋友全栈君。
#include <iostream>
#include<stdio.h>
#include<algorithm>
#include<vector>
#include<cstring>
#include<sstream>
#include<strstream>
#include<queue>
using namespace std;
int main()
{
int a = 520;
int b = 521;
stringstream ss;
string str;
ss << "a= " << a << '\n';//"a= "此处有空格,字符串流是通过空格判断一个字符串的结束
ss << "b= " << b;// 每个都输入;
cout <<"ss="<<ss.str() << endl;
//如果一次直接按如str中,即
ss>>str;
ss>>str;
//会直接替换str
//提取520 521保存为int 类型,当然c d 声明为string类型 ,那么这俩个字面常量相应的保存为string类型
int c, d;
string s;
ss >> s >> c >> s >> d;
cout << c << " " << d << endl;
ss.str(" ");
cout << "SS="<<ss.str() << endl;
return 0;
}
https://jingyan.baidu.com/article/d3b74d643657d61f77e6092e.html
https://blog.csdn.net/Wchenchen0/article/details/81356489#commentBox
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/136089.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...