日期:2014-05-20 浏览次数:20967 次
<body>
<div id="rotate">
<ul>
<% out.println(getWebiReports(infoStore)); %>
<% out.println(getWebiReports(infoStore).split("\t").length); %>
<% String[] title=getWebiReports(infoStore).split("\t");%>
<%
for (i = 0; i<title.length; i++)
{
%>
<li>
<a href=http://localhost:8080/report/report3.jsp target=open>")
<span>
<%= title[i]%>
</span> </a> </li>
<%}%>
</ul>
</div>
</body>