初学者问个应该很简单的问题
struts2吧
全部回复
仅看楼主
level 2
花落满辰 楼主
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.1//EN" "http://struts.apache.org/dtds/struts-2.1.dtd">
<struts>
<package name="user" namespace="/" extends="struts-default">
<action name="login" class="com.action.LoginAction">
<result name="success">/index.jsp</result>
</action>
</package>
</struts>
就上面这段代码会出 Content is not allowed in prolog.这个问题,怎么办。
2017年02月21日 12点02分 1
level 2
花落满辰 楼主
有人知道为什么吗
2017年02月21日 13点02分 2
level 1
截个图啊
2017年03月01日 00点03分 3
level 1
老司机告诉你,竟然你是新手,赶快别学这个框架了,赶紧换SpringMVC吧,真的
2017年03月08日 03点03分 4
1