@taglib prefix="s" uri="/struts-tags"

<%@taglib  prefix="s" uri="/struts-tags"%>

This sentence means to introduce the tag library of struts2;
@taglib indicates the reference tag;
the prefix of the prefix tag is customizable;
uri=”/struts-tags” indicates the path of the tag library

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325981419&siteId=291194637