orcle form 传数据乱码

在jsp顶部加入
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %>


<%request.setCharacterEncoding("utf-8") ; //对接收的数据进行统一的编码规则定义。%>

posted @ 2014-08-01 17:09  huihui2014  阅读(133)  评论(0)    收藏  举报