1、输出 text
<div th:text"${user.age}"></div>
2、输出 html
<div th:utext"${user.name}"></div>
3、输出到 a 标签属性中
userid 是后台设置的值
<a th:href"{/user/detail/{id}(id${userid})}"></…
搭建FTP服务教程
环境:Windows
本文以Windows server 2008 r2为例,在Windows server 2008上搭建ftp服务
1、首先打开Windows server 2008,找到添加角色向导,安装web服务: 2、在本地新建要测试的ftp文件夹ÿ…