私は多くのことを試しましたが、なぜ私が得ているのか理解できませんでした? 代わりにアクセントのある文字。
私は自分のhtmlで使用しています:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
私のコントローラーには次のコードがあります
@RequestParam ("name") String name
name = name.trim();
system.out.println(name);
//response t?ata
//expected tábata
どうすれば修正できますか?
ありがとう