Sometimes we unify the style of the website, so we can separate the header and footer of the website, and reference the header and foot of other pages, but in practice, we often like to use html format because of footer. In this way, we will often see garbled characters, and sometimes it is hard to solve the problem, it is useless to save the html format again in UTF-8 format, and the access is garbled.
What should I do?
Since html cannot be used, why not try jsp? Let's get a footer. in this way, jsp can achieve the same effect, and it does not have to be so troublesome to re-Save what it is, just like doing the following:
<% @ Page language = "java" import = "java. util. *" pageEncoding = "UTF-8" %>
<A href = "#"> JOHN </a>
</Body>
</Html>
Make sure that no garbled characters will occur when you try again.
From the tengdazhang770960436 Column