%@page language="java" contentType="text/html" %> <% String title = request.getParameter("title"); int first = title.indexOf("|"); int second = title.indexOf("||"); String author = title.substring(0, first); String r_title = title.substring(first + 1, second); String publish = title.substring(second + 2); %>
<%=author%> <%=r_title%> <%=publish%>