摘要:
Stream str = new MemoryStream(); string strmContents = ""; int counter,strLen,strRead; str = Request.InputStream; strLen = System.Convert.ToInt32(str.Length); Byte[] strArr = new Byte[str... 阅读全文
posted @ 2004-11-19 08:56 昕 阅读(3243) 评论(3) 推荐(0)
浙公网安备 33010602011771号