gpt4 book ai didi

c++ - 如何从字符串 STD 字符串的开头清除垃圾 C++

转载 作者:行者123 更新时间:2023-11-30 04:31:13 25 4
gpt4 key购买 nike

我正在从文件中读取简单的字符串,但是当我在变量值中看到时,我总是看到垃圾我该如何清洁它?

string line;
ifstream fp_in; // declarations of streams fp_in and fp_out
fp_in.open("test.txt",std::ios_base::in); // open the streams
if(fp_in.is_open())
{
while ( !fp_in.eof() )
{
getline (fp_in,line,'\n');
...
...

但在“行”字符串的开头我看到:ן»¿{"数据":[{"id":"19513xxxx46141_326xxxx15447", ......
我怎样才能摆脱它?

最佳答案

关于c++ - 如何从字符串 STD 字符串的开头清除垃圾 C++,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8311786/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com