string substr (size_t pos = 0, size_t len = npos) const; 功能:按照条件截取字符串 C/C++ C++下截取字符串 std::string::substr