string a = "測試"; byte[] b=Encoding.Default.GetBytes(a);//將字串轉為byte[] MessageBox.Show(Encoding.Default.GetString(b));//驗證轉碼後的字 ...
確定! 回上一頁