摘要: #include <iostream> #include <string> #include <boost/regex.hpp> int main() { std::string tmpStr= "192.168.0.1"; boost::regex expression("([0-9]+).([0 阅读全文
posted @ 2021-11-17 09:50 Maguyusi 阅读(24) 评论(0) 推荐(0)