jsp 中遍歷list最常用的辦法是用c標籤庫的foreach來迴圈輸出。 注:items是結果集,all是要遍歷的list,x是迴圈變數也是 ... System.out.println(i);.
確定! 回上一頁