j
已知要显示的内容,来选中secelt,可以通过以下方法:
$("#bookType option:contains('${book.type_name }')").attr("selected",true);
例如:我后台传过来的数据是艺术,然后下拉框就会选中艺术这项
j
已知要显示的内容,来选中secelt,可以通过以下方法:
$("#bookType option:contains('${book.type_name }')").attr("selected",true);
例如:我后台传过来的数据是艺术,然后下拉框就会选中艺术这项