How does themeleaf determine that the array is empty?

<tr th:each="item:${list.rows}">
During the

loop, when the array passed by the background is empty, the display has no data for the time being, but how can it be judged to be empty?
here"s what I wrote: but the page reported an error

<tr th:each="item:${list.rows}" th:if="${list.rows.lenght>0}">
<tr style="text-align: center" th:unless="${list.rows.lenght==0}">
                <td colspan="5"></td>
            </tr>
Nov.14,2021

${- sharparrays.isEmpty (array)}

Resources: https://www.thymeleaf.org/doc.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3f0e6-2c468.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3f0e6-2c468.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?