class game0525{
public static void main(String [] args) {
int articlenumber;
String urlx;
double oprice[]=new double[100];
double hprice[]=new double[100];
double lprice[]=new double[100];
double cprice[]=new double[100];
double volume[]=new double[100];
int year[]=new int[100];
String month[]=new String[100];
int day[]=new int[100];
urlx="http://www.google.com/finance/historical?q=TYO:7269";
newdata nwdata=new newdata();
nwdata.newdata(urlx);
articlenumber=nwdata.articlenumber;
System.out.println(articlenumber);
}
}
最終更新:2011年03月29日 23:22