<%
while(rs.next()){
%>
<%=rs.getString("oid")%
<%=rs.getString("otime")%
<%=rs.getString("ocount")%
<%=rs.getString("ooprice")%
<%=rs.getString("ostate")%
&otime=<%=rs.getString("otime")%>
&ocount=<%=rs.getString("ocount")%>">退款
<%}%>
想带多几个参数,直接在后面用&连接就好了。
tuikuan.jsp?p1=xxx&p2=xxx&p3=xxx......