1:在jsp项目里面加上这句代码。(使用的是idea这款工具写的)
打开后在web-app里面入这句代码:
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1"
这样数据就能正常的显示在页面上了。