<%include('pageHeader',header)%>
<%if(doctorList&&doctorList.length>0){%> <%for (var i = 0; i < doctorList.length; i++) {%>
<%=doctorList[i].name%>
<%=doctorList[i].title%>
<%if (i === doctorList.length - 1) {%>
<%} else {%>
<%}%>
<%}%> <%}else{%>
当天无医生
<%}%>