class game0507{
public static void main(String [] args) {
game0507 f=new game0507();
}
game0507(){
String urlx;
int cm;
String date[]=new String[100];
String ddate[]=new String[10000];
urlx="http://www.google.com/finance/historical?q=TYO:7269";
cm=7269;
gamey test=new gamey();
test.urlx=urlx;
test.cm=cm;
test.func();
urlx="http://www.google.com/finance/historical?q=NYSE:F";
cm=321;
test.urlx=urlx;
test.cm=cm;
test.func();
urlx="http://www.google.com/finance/historical?q=NASDAQ:GOOG";
cm=322;
test.urlx=urlx;
test.cm=cm;
test.func();
}
}
最終更新:2011年03月28日 20:20