예)

LIst<String> strList = new ArrayList<String>();

for(String str : strList){

// 처리내용

}

Posted by 삽지리
,