0

当数组列表中没有数据时,如何自定义在显示标签中显示数组列表的方式?我只是想避免在没有数据时像这样显示 [] 。

4

1 回答 1

0

Use the help of tags on the client side, after getting request from the sever
Like JST tags or STRUTS tags:
Just check if the arraysize of your array is zero display empty ""
If it is not empty display content

于 2012-04-10T10:28:42.963 回答