File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1- #ssmbootstrap_table demo
1+ # ssmbootstrap_table demo
22
33## 技术栈/technology stack
44* spring+springmvc+mybatis
Original file line number Diff line number Diff line change 1+ <%@tag pageEncoding =" UTF-8" %>
2+ <%@ taglib prefix =" c" uri =" http://java.sun.com/jsp/jstl/core" %>
3+ <%@ attribute name =" name" type =" java.lang.String" required =" true" %>
4+ <h1 >hello:${ name } </h1 >
Original file line number Diff line number Diff line change 33<%@ taglib prefix =" l2d" uri =" /WEB-INF/LongToDateTag.tld" %>
44<%@ taglib prefix='fmt' uri =" http://java.sun.com/jsp/jstl/fmt" %>
55<%@taglib prefix =" spring" uri =" http://www.springframework.org/tags" %>
6+ <%@ taglib prefix =" tags" tagdir =" /WEB-INF/" %>
67<!DOCTYPE html>
78<html >
89<head >
1920 syn:${ syn } <hr />
2021 <span style =" color :green ;" >user</span >:${ user } <br />
2122 <span style =" color :red ;" >u</span >:${ u }
23+ <hr />
24+ <tag:hello name =" world" />
2225</body >
2326</html >
You can’t perform that action at this time.
0 commit comments