在c++里面使用 printf 输出 std::string 字符串会出现一些问题,如下: ... 这是因为 printf 的 "%s" 对应的是C-style string,不支持 std::string ...
確定! 回上一頁