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