string str1 = "a"; byte[] array = System.Text.Encoding.ASCII.GetBytes(str1); int asciicode = (int)(array[0]); string ASCIIstr1 = Convert.
確定! 回上一頁