Simple GIS

GISプログラムの練習

livedoor

リンク

package live2; import livedoor.article; public class pro { String urlx; int s,sx,datanumber; String data=new String[50000]; String article=new String[50000]; String str1,str2,str; int s1,s2; int page,articlenumber; String subtitle=new String[500]; String sublink=new String[500]; String subdate=new String[500]; String submag=new String[500]; String title=new String[50000]; String link=new String[50000]; String date=new String[50000]; String mag=new String[50000]; String word; int tx; public static void main(String[] args) { pro test=new pro(); } pro(){ word="高柳明音"; article sub=new article(); sub.makedata(word); mag=sub.mag; date=sub.date; articlenumber=sub.articlenumber; title=sub.title; link=sub.link; for(s=1;s<articlenumber+1;s++){ System.out.println(title[s]); } } }