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