读文件时乱码问题从文件中读出中文时有乱码,应该用什么方法解决呢?能给个例子吗?[解决办法]StreamReader sr = new StreamReader(file_name,System.Text.Encoding.UTF8);