SELECT * FROM NewsClass WHERE ParentID<>'0' order by id 这里的ParentID有'0' 和 '非0'的两类字符串 我这样查询出来 while($rs->eof){ } 会一直循环下去是怎么回事?