回答編集履歴

1

コーテーションくくり忘れを訂正

2016/09/27 06:58

投稿

A-pZ
A-pZ

スコア12011

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  <c:set value="0" var="d" />
4
4
 
5
- <c:forEach items="${attendlist} begin="${d}" var="attendlist">
5
+ <c:forEach items="${attendlist}" begin="${d}" var="attendlist">
6
6
 
7
7
  ```