Day07(el)array, collection
ยท
๐ Today I Learned(๊ฐ๋ฐ์ธ์ดํ์ต)/JSP
05array.jsp ${i } ${st.count } 06collection.jsp ์ด๋ฆ : ${user.userName }, ID : ${user["userId"] }, pass : ${user.userPass }, role : ${user.userRole } ${entry.key } ${entry.value } ์ด๋ฆ : ${entry.value.userName }