detail.html
関連タイピング
-
プレイ回数54英語長文187打
-
プレイ回数44英語長文294打
-
プレイ回数56英語長文105打
-
プレイ回数62英語長文815打
-
プレイ回数41英語長文492打
-
プレイ回数53英語長文240打
-
プレイ回数58英語長文254打
-
プレイ回数58英語長文628打
問題文
(<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>