You need to specify text encoding type on your StreamWriter output to your text file. Replace: using (System.IO.StreamWriter sw = new ...
確定! 回上一頁