アットウィキロゴ

987654321

class view{

String urlx,str,bun,dbtable,wordtable;
int[] bcode=new int[10000];
int[] number=new int[10000];
int s,vnumber;
String[] word=new String[1000];

public static void main(String args[]){
view test=new view();
}

view(){

wordtable="wordtable3";

vcheck check=new vcheck();
check.makedata(wordtable);
vnumber=check.vnumber;
word=check.word;
bcode=check.bcode;
number=check.number;

for(s=1;s<vnumber+1;s++){
System.out.println(word[s]);
}




}
}
最終更新:2011年04月10日 16:08