不知道是不是想要这样的效果
改动第二个table
用户序号: | |
用户名: | "> |
时间: | "> |
发布内容: | |
ResultSet rs=null;
String str="select publish_id,publish_name,publish_time,publish_text from comment_tb order by publish_time desc ";
query.connect();
rs=query.select(str);
while(rs.next()){
%>
....