又发现有关代码:for(o in Icon){
    tmp = sPath + Icon[o];
    Icon[o] = new Image();
    Icon[o].src = tmp;
}好像是数组。。但是数组好像不是这样定义的阿