<%include('pageHeader',header)%>
下拉立即刷新
<%for (var i = 0; i < doctorList.length; i++) {%>
<%=doctorList[i].name%>
<%=doctorList[i].title%>
<%if (i === doctorList.length - 1) {%>
<%} else {%>
<%}%>
<%}%>
向上加载更多