天天看点

用标签写登录界面

1、新建一个jsp页面,为login.jsp;

2、导入标签,<%@ taglib prefix="s" uri="/struts-tags" %>

3、然后利用jsp标签写表单,源码如下:

4、运行结果如下:

用标签写登录界面