在流里面转换StreamReader myread=new StreamReader(filepath,System.Text.Encoding.Unicode)
string str=myread.ReadToEnd();