$("#editBox").find("option[value = '"+editArea+"']").attr("selected","true")
注意:option的value值也同样需要赋值,并且如果改变了form表单的值,都需要再form.render()一下
$("#editBox").find("option[value = '"+editArea+"']").attr("selected","true")
注意:option的value值也同样需要赋值,并且如果改变了form表单的值,都需要再form.render()一下