中文变成问号了
为什么写完这段代码之后 页面上的中文都变成问号了啊
<%@ include file="taglib.jsp"%>
<html:html>
<head>
<html:base/>
<title>My JSP 'query_production.jsp' starting page</title>
<link href="../style/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<html:form action="query">
<table width="1100" height="117" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tbody><tr>
<th height="20" colspan="2" scope="row"><b><bean:message key="xx.query_production.title"/></b></th>
</tr>
<tr>
<td width="494" scope="row" align="right"><bean:message key="xx.query_production.userID"/></td>
<td width="592"><html:text property="userID"></html:text></td>
</tr>
<tr>
<td scope="row" align="right"><bean:message key="xx.query_production.ID"/></td>
<td><html:text property="ID"></html:text></td>
</tr>
<tr>
<td scope="row" align="right"><bean:message key="xx.query_production.serviceID"/></td>
<td><html:text property="serviceID"></html:text></td>
</tr>
<tr>
<td scope="row" align="right"><bean:message key="xx.query_production.serviceDate"/></td>
<td><html:text property="serviceDate"></html:text></td>
</tr>
<tr>
<td align="right" scope="row"><html:submit><bean:message key="xx.query_production.query"></html:submit></td>
<td scope="row"><html:reset><bean:message key="xx.query_production.reset"/></html:reset></td>
</tr>
</table>
</html:form>
<br><br><table width="1100" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tbody><tr>
<th width="120" scope="col"><bean:message key="xx.query_production.serviceID"/></th>
<th width="250" scope="col"><bean:message key="xx.query_production.unitName"/></th>
<th width="100" scope="col"><bean:message key="xx.query_production.linkman"/></th>
<th width="164" scope="col"><bean:message key="xx.query_production.production_style"/></th>
<th width="156" scope="col"><bean:message key="xx.query_production.production_model"/></th>
<th width="113" scope="col"><bean:message key="xx.query_production.price"/></th>
<th width="173" scope="col"> </th>
</tr>
<tr>
<td> </td>
<td> </td>
<td&