<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> 根据起点站、终点站、出发时间查询展示车次信息 <%-- --%>

                                                   起始站:           终点站:           开车时间:          

序号 车次 起始站 终点站 开车时间 到站时间 票价/元 剩余座位数 操作
${status.index+1} ${allTrain.trainNumber} ${allTrain.startStation} ${allTrain.endStation} ${allTrain.startTime} ${allTrain.endTime} ${allTrain.price} ${allTrain.seatNumber} 订票