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.
私は JSP と Java を使用して開発された Web サイトを持っています。サーブレットを使用してログインしています。すべてが firefox で完全に動作します。
私がIEで得ているもののスクリーンショット画像。
ページエンコーディングを削除するだけで問題が解決しました:
<%@page pageEncoding="ISO-8859-1"%>