|
|
|
<%
int ROWS = 10000;
int COLS = 28;
String BALLCOLOR = "#A7C9FB";
String CONTENT = "投促_政策法规";
String BUREAU = "投资促进局";
PublishTitle pbTitle = new PublishTitle( ROWS, COLS, BALLCOLOR, CONTENT, BUREAU );
Collection pCollection = pbTitle.listInfoTitle();
Iterator it = pCollection.iterator();
int i=1;
Information info;//out.println("ok");
while (it.hasNext())
{
info = (Information) it.next();
//out.println( info.getTitle() );
//out.println( info.getPdate() );
//out.println( info.getUrl() );
%>
| |
<%
++i;
}
%>
|
|
|
|
|