Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有这个页面,我给用户一些链接。每个链接都针对一个文本文件。当用户单击它时,它只会在浏览器选项卡中打开文本。如何将编码设置为utf8?这些文件是 utf8 格式,但没有这样显示。
如果您的意思是由 tomcat 提供的带有 .txt 扩展名的文本/普通文件,您可以
<mime-mapping> <extension>txt</extension> <mime-type>text/plain;charset=UTF-8</mime-type> </mime-mapping>
在你的 web.xml