分类广告


推荐文章

  • 没有找到任何内容!
您当前的位置:中国站长下载网络编程JSP专区 → 文章内容

JSP中实现全文检索

  • 作者:风未起时    来源:中国站长学院    发布时间:2005-6-27 7:23:26
  • 字体大小:
</td>

                     <td width="15%" height="20" align="center">

<%=myNews.getType()%>

          &nbs;  </td>

             <td width="15%" height="20" align="center">

<%=myNews.getMan_add()%>

             </td>

             <td width="25%" height="20" align="center">

<%=myNews.getTime()%>

             </td>

          </tr>

<% } } else{ out.println("对不起,没有搜索到您要查找的新闻");}  //和最前边的else对应,判断是否有记录 %>               

  <tr bgcolor="#B7D79F">

    <td colspan="4" height="2"></td>

  </tr>

             <tr>

             <td colspan=4>

<p align=right>

&nbsp;&nbsp;

             </td>

             </tr>

       </table>

<P align=center> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;共搜索到新闻 <%=j%>  

</body>

</html>


上一页  [1] [2] [3] [4] [5]