アットウィキロゴ

cyぼうず

package fx;
 
import tool.*;
 
public class pro {
 
    String urlx;
 int s,datanumber;
 String[] data=new String[5000];
 
    public static void main(String[] args) {
        pro test=new pro();
    }
   pro(){ 
 
       String word;
 
       makeutf sub2=new makeutf();
       word=sub2.makedata("中森明菜");
 
 
       urlx="http://musicland.netii.net/x/music/artist.php?artist="+word;
 
       getdata sub=new getdata();
       sub.makedata(urlx,"UTF-8");
       data=sub.data;
       datanumber=sub.datanumber;
 
       for(s=1;s<datanumber+1;s++){
System.out.println(data[s]);
       }
 
 
   }
}
 
最終更新:2013年12月09日 22:19