int index = 0; for(Element song : question) { System.out.println("Current index is: " + (index++)); }
確定! 回上一頁