回答編集履歴

1

edit

2021/02/18 01:56

投稿

m.ts10806
m.ts10806

スコア80875

test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  ```html
40
40
 
41
- <input type="checkbox" name="customid[]" th:value=="${customer.customid}">
41
+ <input type="checkbox" name="customid[]" th:value="${customer.customid}">
42
42
 
43
43
  ```
44
44