请求帮助"编码问题"
我用一个包含的型式调用页面显示数据库,在页面上显示的数据没问题,问题出现在包含页包含页的一小段问题代码
<div align="right" ><br>总页数:<font color="red"><%=maxpage%></font> 第
<% for i=1 to maxpage
if thispage=i then
response.write ""&i&" "
else
response.write "<a href='?p="&i&"'>"&i&"</a> "
end if
next
%>
页 </div>
就是这些"总页数"中文都出乱码,而maxpage不会.
用的编码是:utf-8