超低手问题:把xml文件的扩展名改为.jsp经tomcat访问为什么看不到它套用样式表的效果?
如上,如何解决呢,本人是超菜鸟。 问题点数:20、回复次数:2Top
1 楼karma(无为MS MVP)回复于 2002-04-06 12:40:28 得分 20
change the content-type to "text/xml", add this line to the top of your jsp file:
<%@ page contentType="text/xml"%>
Top
2 楼liusong1234(刘松)回复于 2002-04-06 13:21:44 得分 0
ok!!
thx!!!Top




