string str = "abc123中文汉字"; byte[] bytes = System.Text.Encoding.Default.GetBytes(str); for(int j = 0; j < bytes.Length; j++) { Console.
確定! 回上一頁