std::string::substr函数

string substr (size_t pos = 0, size_t len = npos) const;
原文地址:https://www.cnblogs.com/smallredness/p/11236220.html