windows文件右键属性拷贝路径的时候会有一个隐藏的Unicode字符,
在var fileStream = File.OpenRead(filePath);的时候会报异常:不支持给定路径的格式。
var fileStream = File.OpenRead(filePath);
拷贝地址的路径