jstl的taglib指令中的uri这个地址里面表示的是什么啊?
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
就是引入标准标签库的路径(jstl)
通过uri指明要用的标签库。