例如: <c:forEach var="token" items="Java,C++,C,JavaScript"> ${token} <br> </c:forEach>以上會顯示"Java"、"C++"、"C"與"JavaScript"四個字串,如果要指定切割依據, ...
確定! 回上一頁