摘要:
string 转 int 可以使用 std::stoi, std::stol, std::stoll 来转换。 int stoi( const std::string& str, std::size_t* pos = nullptr, int base = 10 ); 参考: https://en. 阅读全文
摘要:
string 转 int 可以使用 std::stoi, std::stol, std::stoll 来转换。 int stoi( const std::string& str, std::size_t* pos = nullptr, int base = 10 ); 参考: https://en. 阅读全文
|