将字符串的一部分替换为另一个字符串在C+中可以用另一个字符串替换一部分字符串吗?基本上,我想这样做:QString string("hello $name");string.replace("$name", "Somename");但是我想使用标准C+库。 查看完整描述