var oBig5 = System.Text.Encoding.GetEncoding("Big5"); string cQuestionMark = oBig5.GetString(oBig5.GetBytes(new char[] { '堃' })); if ( ...
確定! 回上一頁