🌈 搜索
📅  最后修改于: 2022-03-11 14:44:55.914000             🧑  作者: Mango
std::string s = "hell[o"; if (s.find('[') != std::string::npos) ; // found else ; //