<%=lang.book_timeList%>

<%=lang.book_time_Station%>

<%=lang.book_time_Arr%>

<%=lang.book_time_Dep%>

<%=lang.book_time_stop%>

    <%for(var i=0;i
  • <%=i%>

    <%=station%>

    <%if(i==0){%>

    --

    <%}else{%>

    <%=toTime%>

    <%}%> <%if(i == (timeList.length -1)){%>

    --

    <%}else{%>

    <%=fromTime%>

    <%}%> <%if(i == 0){%>

    --

    <%}else if(i == (timeList.length -1)){%>

    --

    <%}else{%>

    <%=m%><%=lastM%>

    <%}%>
  • <%}%>