1. 在jsp 导入标签库
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
就可以使用fn标签了。
2. 具体的方法