摘要:
Response.ContentType The ContentType property specifies the HTTP content type for the response. If no ContentType is specified, the default is text/HTML. Syntax Response.ContentType [= ContentType ] P... 阅读全文
摘要:
将图片作为image类型,图片的读取:可以使用:SqlConnection myConnect=new SqlConnection(Str_connect_message) myConnect.Open();String str_sql="select images,image_type from table_image where id="+image_id; SqlCommand _SqlCo... 阅读全文