string 类型转成ASCII byte[]:. ("01" 转成byte[] = new byte[]{ 0x30,0x31}). byte[] byteArray = System.Text.Encoding.ASCII.GetBytes ( str ); ...
確定! 回上一頁