这句话的意思是不是创建一个名为arrFiles,DirectoryInfo类的对象引用.
为什么不是
DirectoryInfo arrFiles = new DirectoryInfo(strFilePath).GetFiles();