2009年11月3日
摘要: <%@ page contentType="text/html;charset=gb2312" import="java.io.*"%> <% try{ String str=request.getParameter("name1");//获得响应客户的输出流 str=new String(str.getBytes("iso8859-1"),"gb2312"); File fi... 阅读全文
posted @ 2009-11-03 11:30 草原和大树 阅读(282) 评论(0) 推荐(0) 编辑