下一页 1 2
由于例子比较简单,就不多说了,大家看代码就能明白。 Imaging_ToWeb.jsp <%@ page autoFlush="false" import="java.awt.*,java.awt.image.*,com.sun.image.codec.jpeg.*,java.util.*"%> <%
例子下载:http://www.lionsky.net/MyWebsite/downsoft/List.Aspx?id=215
<%
String ImageStr = request.getParameter("ID_Text");
if(ImageStr==null || ImageStr.equals(""))
{
response.setContentType("text/html; charset=gb2312");
%>
<HTML>
<HEAD>
<title>Http://www.lionsky.net</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</HEAD>
<body>
<form id="Form1" method="post">
<input type="text" id="ID_Text" name=ID_Text>
<input type=submit value="GO">
</form>
</body>
</HTML>
}