foreach (var ip in dict.Values) { ...檢查... } 突發奇想,不如用Select() 寫成dict.Values.Select(o => ParseIp(o)) 一樣 ...
確定! 回上一頁