我在自己写的xhtml里面想用到java.util.*这个包,我先像jsp文件一样
<%@ page language="java" import="java.util.*"%> 导入,
但xhtml报格式不正确
Error Traced[line: 2] The markup in the document preceding the root element must be well-formed.
我想知道,在xhtml里面如何导入包文件,忘知道的指导指导
...全文
54回复打赏收藏
xhtml如何导包
我在自己写的xhtml里面想用到java.util.*这个包,我先像jsp文件一样 导入, 但xhtml报格式不正确 Error Traced[line: 2] The markup in the document preceding the root element must be well-formed. 我想知道,在xhtml里面如何导入包文件,忘知道的指导指导