ng=en-us style="font-size: 9pt; color: black; font-family: 'courier new'"> odata.value=svalue;
odata.tooltiptext=stooltiptext;
varicount=this.all.length;
this.all[icount]=odata;
}
这里使用一个object来存储每一个数据项,然后放到this.all这个数组中。
ng=en-us style="font-size: 9pt; color: black; font-family: 'courier new'"> odata.value=svalue;
odata.tooltiptext=stooltiptext;
varicount=this.all.length;
this.all[icount]=odata;
}
这里使用一个object来存储每一个数据项,然后放到this.all这个数组中。