是否有等效于ForEach 方法中的continue 语句? List<string> lst = GetIdList(); lst.ForEach(id => { try { var article = GetArticle(id); if ...
確定! 回上一頁