名前のリストを取得しており、(3) 列に表示したいと考えています。jsp関数を使用してこれを行う最良の方法は何ですか?
リスト:
apples
oranges
cherries
limes
pineapples
grapefruits
coconuts
watermelons
grapes
bananas
pears
peaches
期待される出力 -
Column 1 - apples, oranges, cherries, and limes /
Column 2 - pineapples, grapefruits, coconuts, and watermelons /
Column 3 - grapes, bananas, pears, peaches
各列の行数を指定したいとします。jsp 関数を使用してこれを行う最良の方法は何でしょうか?
別のシナリオとして、13 項目のリストがあり、それを列数 (3) で割ると、4.333333333 が得られます。
1 列目に 6、2 列目に 6、3 列目に 1 を取得するには、どのような関数の例を使用できますか?
どんな考えやコメントでも、助けてくれて本当に感謝しています...