私はこのようなJavaScriptでコードを書きました、
alert(attributes.length);
for(temp=0;temp<attributes.lenth;temp++){
attribute_list+="<option value='"+attributes[temp]+"'>"+attributes[temp]+"</option>";
if(temp==0)
alert(attributes[temp]);
}
attribute_list+="</select>";
alert(attribute_list);
58の長さ(つまり、属性配列の長さ)を示す最初のアラートですが、コントロールはforループに入りません