detail.html

背景
投稿者投稿者jumokuいいね0お気に入り登録
プレイ回数120難易度(3.4) 717打 英語 長文モードのみ
src/main/resources
templates.todo

関連タイピング

問題文

ふりがな非表示 ふりがな表示
(<h2>ToDosyousai</h2>) <h2>ToDosyousai</h2> (<table border="1">) <table border="1"> (<tr>) <tr> (<th>ID</th>) <th>ID</th> (<td th:text="${todo.id}"></td>) <td th:text="${todo.id}"></td> (</tr>) </tr> (<tr>) <tr> (<th>taitoru</th>) <th>taitoru</th> (<td th:text="${todo.todo}"></td>) <td th:text="${todo.todo}"></td> (</tr>) </tr>
(<tr>) <tr> (<th>syousai</th>) <th>syousai</th> (<td th:text="${todo.detail}"></td>) <td th:text="${todo.detail}"></td> (</tr>) </tr> (<tr>) <tr> (<th>tourokunitiji</th>) <th>tourokunitiji</th> (<td th:text="${todo.createdAt.) <td th:text="${todo.createdAt. (format(T(java.time.format.DateTimeFormatter).) format(T(java.time.format.DateTimeFormatter). (ofPattern('yyyy/MM/dd HH:mm:ss'))}">) ofPattern('yyyy/MM/dd HH:mm:ss'))}"> (</td>) </td>
など
(</tr>) </tr> (<tr>) <tr> (<th>kousinnnitiji</th>) <th>kousinnnitiji</th> (<td th:text="${todo.updatedAt.) <td th:text="${todo.updatedAt. (format(T(java.time.format.DateTimeFormatter).) format(T(java.time.format.DateTimeFormatter). (ofPattern('yyyy/MM/dd HH:mm:ss'))}">) ofPattern('yyyy/MM/dd HH:mm:ss'))}"> (</td>) </td> (</tr>) </tr> (</table>) </table> (<a th:href="@{/todos/edit/{id}(id=${todo.id})}">hennsyuu</a>) <a th:href="@{/todos/edit/{id}(id=${todo.id})}">hennsyuu</a> (<form th:action="@{/todos/delete/{id}(id=${todo.id})}" method="post">) <form th:action="@{/todos/delete/{id}(id=${todo.id})}" method="post"> (<input type="submit" value="sakujo">) <input type="submit" value="sakujo"> (</form>) </form> (<a th:href="@{/todos}">ToDoitiranhe</a>) <a th:href="@{/todos}">ToDoitiranhe</a>
問題文を全て表示 一部のみ表示 誤字・脱字等の報告