日期:2014-05-16 浏览次数:20372 次
<%@ page language="java" contentType="text/html"; charset="gb2312" %>?
?
?
<%@ page contentType="text/html"; charset="gb2312" %>?
关键出在这个地方!!
修改成
<%@ page contentType="text/html;charset=gb2312" %>?
红色部分都在contentType这个属性中呢