🌈 搜索
📅  最后修改于: 2022-03-11 14:49:04.905000             🧑  作者: Mango
foreach (string s in sList) { if (s.equals("ok")) { break; // get out of the loop } }