图片如下:

我在做页面时需要这样的问题,里面的字都会自动的往下去一行,请问是怎么回事
<%
If rs.eof and rs.bof then
response.write "寺地地地地 | "
response.end
End if %>
商品名称 | <%row_count=1 Sub list()%> <%i=0 Do While Not rs.EOF%> "><%=rs("Product_Name")%> |
<% i=i+1 if i >= MaxPerpage then exit do rs.MoveNext Loop end Sub %> <% call list If Rs.recordcount > MaxPerPage then call showpages end if%>
|