js中的foreash
XXX.forEash(function("当前对象","当前对象的下标","XXX数组"){
})
jquery中的eash
$("XXXX").eash(function("对象下标","当前遍历的对象"){
})
js动态添加option
$("XXXX").eash(function("对象下标","当前遍历的对象"){
$("select的id").append(new options("文本值(显示的值)","实际值(value中的值)"))
})