1.我看设置编码的时候,好像有很多办法,有什么:
1)  <%@ page contentType="text/html; charset=GBK" errorPage="" %>
2)  <meta http-equiv="Content-Type" content="text/html; charset="GBK"/>
3)  <% response.setContentType("text/html; charset=GBK"); %>
我不知道到底应该用哪种?
2.为什么我用
<jsp:include flush="true" page="top.html"/>
include进来的页面都是乱码,应该选择问题1中的哪种方法解决?