乱码,奇怪的乱码
我的程序如下
<%//@ page contentType="text/html;charset=gb2312"%>
<%@ page import="HitCount"%>
<%
response.setContentType("text/html;charset=gb2312");
%>
html>
head>
title>Untitled Document
meta http-equiv="Content-Type" content="text/html; charset=gb2312">
head>
body bgcolor="#FFFFFF" text="#000000">
<% hitcount.increment();%>
你是第<%=hitcount.getCount()%>位访客
......
在2000下可以正常显示,但我用linux7.3系统却显示乱码,请各位大虾帮忙