%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
<%@ taglib uri="http://java.sun.com/taglibs/samples-uitls" prefix="utils"%>
房间Id | 发送者Id | 发送者 | 时间 | 内容 |
${o.room_jid_id} | ${o.sender} | ${o.fromUserName} | ${utils:format(o.ts,'yyyy-MM-dd')} | ${o.content} |