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.
在我的 Servlet 应用程序中,我将法语文本作为 URL 参数传递。对于 Firefox 它工作正常,但对于 IE9 它显示我?分数。为什么会这样,我该如何解决?
是否存在网络浏览器字符集问题?你试过设置<meta charset='utf-8'>吗?
<meta charset='utf-8'>