在C++中如何分隔字符串
1使用boost regex#include <string>#include <iostream>#include <iterator>#include <boost/regex.hpp>#include <boost/algorithm/string/regex.hpp>#