愛死天空 艾克的資訊空間
using (StreamReader sr = new StreamReader(MapPath("") + "\\Big5.txt", Encoding.GetEncoding("big5"))) //Encoding.Default 也行{ string strRead = ""; while (strRead != null) { strRead = sr.ReadLine(); if (strRead != null) Response.Write(strRead); }}
張貼留言
0 意見:
張貼留言