問題:食費1、食費2のように表示したいのに、0、1と表示されてしまう
Controller
1public Map<Integer, String> koumokuSelct() { 2 Map<Integer, String> koumokuList = new HashMap<>(); 3 koumokuList.put(0, "食費"); 4 koumokuList.put(1, "食費2"); 5 koumokuList.put(2, "食費3"); 6 return koumokuList;
HTML
1 <td th:text="${obj.koumoku}"></td> 2
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2019/12/15 10:49 編集
退会済みユーザー
2019/12/15 11:01
2019/12/15 11:19