当前位置:首页>科技>jsp技术简单理解jsp配置MIne文件类型详解
发布时间:2026-07-21阅读(1)
在JSP页面中这样写:
Jsp代码
<a href= ".../test1.doc "> open the word </a>
<a href= ".../test2.xls "> open the excel </a>
在web.xml里面加上下面两句:
Xml代码
<mime-mapping>
<extension>doc</extension>
<mime-type>application/vnd.ms-word</mime-type>
</mime-mapping>
<mime-mapping>
<extension>xls</extension>
<mime-type>application/vnd.ms-excel</mime-type>
</mime-mapping>

上一篇:女生喜欢男生的表现
下一篇:如何注册qq号 怎样注册qq号
Copyright © 2024 有趣生活 All Rights Reserve吉ICP备19000289号-5 TXT地图HTML地图XML地图