1.控制层加代码html
page.orderBy("CREATE_TIME DESC ");app
2.前台页面解决不断追加内容htm
JSP页面rem
<option value="" class="text">请选择</option>
<sk:options options="${zfbNameList}" ></sk:options>io
js页面class
$("#relationZfbAccountId option.text").siblings().remove();
//append就是追加到id名字为$("#")里子元素的List
$("#relationZfbAccountId option.text").after(html);co