%@ 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} | 订票 |