import java.net.URLEncoder;
class ren{
String bun,urlx,str,word;
int[] x=new int[10000];
int[] y=new int[10000];
String[] xml=new String[1000];
String[] credit=new String[1000];
String[] don=new String[1000];
int[] delta=new int[100];
int s,sx,xmlnumber,datanumber,namenumber;
int pp;
int p1,p2;
public static void main(String args[]){
ren test=new ren();
}
ren(){
try{
word="小泉純一郎";
str = URLEncoder.encode(word,"utf-8");
urlx="http://ja.wikipedia.org/wiki/";
urlx=urlx+str;
}catch(Exception e) { System.err.println(e); }
getdata gt=new getdata();
gt.makedata(urlx);
bun=gt.bun;
System.out.println(bun);
}
}
最終更新:2011年04月08日 05:38