<%-- Created by IntelliJ IDEA. User: LDQ Date: 2023/6/5 Time: 18:42 To change this template use File | Settings | File Templates. --%> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core_rt" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> 航班系统 点击添加航班
序号 航号 航空公司 出发机场 达到机场 出发时间 到达时间 机型 操作
${i.index+1} ${f.flightId} ${f.company} ${f.departureAirport} ${f.arriveAirport} ${f.departureTime} ${f.arriveTime} ${f.model} 修改    删除