System.Text.ASCIIEncoding AE = new System.Text.ASCIIEncoding(); byte[] writestream = AE.GetBytes(str)
请问这两句是什么意思啊
设置系统对文本的编码格式,并将指定的字符以固定的编码输出