作者forkome (乌龟)
看板java
标题Re: [问题] JPS 传递字串的问题
时间Fri Mar 10 14:19:42 2006
: <%
: while (st.hasMoreTokens() ) {
: %>
: <a href="classify.jsp?str=<%=st.nextToken()%>" target="view_window"><%= st.nextToken() %> </A>
: <%
: }
: %>
做成超连结的方式的话,只要使用者点他,就能以Get的方式传过去
classify用Request.getParameter("str")即可取得
若不想使用者点超连结,又能传结的话,就把st物件给放入Session吧
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.172.216.209