仿掘金项目之文章详情页以及留言功能

<%--
Created by IntelliJ IDEA.
User: ttc
Date: 2018/3/19
Time: 16:23
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>


Title








<%@include file="common/header.jsp"%>




${article.username}
${article.createtime}

${article.title}

${article.html_content}

<%--留言列表--%>

全部留言

  • ${comment.username}

    ${comment.createtime}

    ${comment.content}

<%--右边侧边栏 占1/4宽度--%>
注册
热门标签


你可能感兴趣的:(仿掘金项目之文章详情页以及留言功能)