%@ page contentType="text/html; charset=GBK"%><%@ include file="/IncludeBeginMD.jsp"%><%
/*
* Content: 测试中文字符集
*/
String sTestChinese = CurPage.getParameter("TestChinese");
if(sTestChinese==null || !sTestChinese.equals("测试中文字符集")){
%>
<%
throw new Exception("这一台客户端无法正确传递中文字符,这会导致系统错误。请与系统管理员联系。");
}else{
%>
<%
}
%>
<%@ include file="/IncludeEnd.jsp"%>