C++ 拼接字符串的两种方法

#include <iostream> #include <iomanip> #include <cstdio> #include <cstring> #include <sstream> using namespace std; template <typename T> string toString(const T& t,const int w=0) { stringstrea
相关文章
相关标签/搜索