class pro{
String[] com=new String[2000]; ;
int tsecode[]=new int[2000];
int tsenumber;
String dbtable;
int n;
int key,articlecode;
String title,content;
public static void main(String args[]){
pro test=new pro();
}
pro(){
dbtable="mtable";
key=0;
table tab=new table();
if(key>50)tab.makedata(dbtable);
getcode gc =new getcode();
gc.makedata();
tsecode=gc.tsecode;
com=gc.com;
tsenumber=gc.tsenumber;
for (n=10000;n<tsenumber+1;n++){
System.out.println(com[n]);
gen g=new gen();
g.makedata(dbtable,n,tsecode[n]);
}
articlecode=120;
check ch=new check();
ch.makedata(dbtable,articlecode);
title=ch.title;
content=ch.content;
System.out.println(title);
System.out.println(content);
}
}
最終更新:2011年04月11日 12:09