最新资讯
-
<%sql="select a.articleid,a.articletitle,a.article_url,a.pic,a.description,a.keyword,b.column_ch,b.link_url from smb_article a,news_column b where a.column_id_1=b.column_id and a.show_index=1 and a.keyword like '%戴尔%' order by articleid desc limit 0,7;";
stmt=conn.prepareStatement(sql);i=0;rs=stmt.executeQuery();while(rs.next()){%>
-
" width="100%" alt=""/>
" target="_blank"><%=rs.getString("articletitle")%>
<%=rs.getString("description").length()>90?rs.getString("description").substring(0,90):rs.getString("description")%>……
<%} %>