C++的不能将参数 1 从“char”转换为“std::string”怎么办啊?帮帮忙啊,有什么方法! [解决办法]string s = string("") + 参数1[解决办法]那你就传这个 string(str); str是那个char*[解决办法]传参给string,让其构建