The JSP specification requires that an attribute name is preceded by whitespace

来源:互联网 发布:山特维克刀具数据库 编辑:程序博客网 时间:2024/05/02 04:16

<%@ page language="java" contentType="text/html; charset=UTF-8"  import="java.util.*,java.net.*" pageEncoding="UTF-8"%>

少一个空格

阅读全文
1 0