c#中怎么编写读取一个txt文件的每一行数据,并且把每一行数据用split以冒号分隔开来,分别加入一个键值对中。
using System;
using System.Collections.Specialized;
using System.IO;