C++中substr函数的用法

1 substr函数 /** * @brief Get a substring. * @param __pos Index of first character (default 0). * @param __n Number of characters in substring (default remainder). * @return The new string. * @throw std
相关文章
相关标签/搜索