%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
序号 | 订单编号 | 总金额 | 订单状态 | 订单时间 | 用户姓名 | 操作 |
${i.count} | ${order.id} | ${order.money} |
|
${order.time} | ${order.username} |
|