사용자 도구

사이트 도구


기술문서:레퍼런스:언어:반복문

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
기술문서:레퍼런스:언어:반복문 [2025/09/26 15:01]
carlito76
기술문서:레퍼런스:언어:반복문 [2025/12/01 14:30] (현재)
carlito76
줄 1: 줄 1:
 {{htmlmetatags> {{htmlmetatags>
-metatag-description=(반복문, 반복, 루프문, 루프, 프로그래밍 언어, Programming Language, ASP, JSP, Java, JSTL, JavaScript, Shell Script) +metatag-description=(반복문, 반복, 루프문, 루프, 프로그래밍 언어, Programming Language, ASP, JSP, Java, JSTL, JavaScript, Shell Script, MyBatis
-metatag-og:description=(반복문, 반복, 루프문, 루프, 프로그래밍 언어, Programming Language, ASP, JSP, Java, JSTL, JavaScript, Shell Script)+metatag-og:description=(반복문, 반복, 루프문, 루프, 프로그래밍 언어, Programming Language, ASP, JSP, Java, JSTL, JavaScript, Shell Script, MyBatis)
 }} }}
  
줄 8: 줄 8:
 ===== ASP ===== ===== ASP =====
   * 대/소문자 구분 없음   * 대/소문자 구분 없음
-  * 파스칼 표기법 (Pascal Case) 지향+  * 파스칼 표기법 지향
  
 <sxh vb; gutter: true;> <sxh vb; gutter: true;>
줄 213: 줄 213:
 <sxh xml; gutter: true;> <sxh xml; gutter: true;>
 <foreach collection="객체" item="item" index="index" <foreach collection="객체" item="item" index="index"
- open="반복문 시작 문자" close="반복문 종료 문자" separator="반복문 분리 기호" nullable="true">+ open="반복문 시작 문자" close="반복문 종료 문자" separator="반복문 분리 기호" nullable="false">
  #{item}  #{item}
  #{index}  #{index}