ListViewItem item=new ListViewItem();
item=listExplorer.Items.Add(info.Name);//对第一列赋值
item.SubItems.Add(info.LastAccessTime.ToString());//对第二列赋值