有趣生活

当前位置:首页>科技>jsp技术简单理解jsp配置MIne文件类型详解

jsp技术简单理解jsp配置MIne文件类型详解

发布时间:2026-07-21阅读(1)

导读在JSP页面中这样写:Jsp代码<a  href= ".../test1.doc "> open   the   word </a>   <a  href=....

在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>   


TAGS标签:  技术  简单  理解  配置  mine  jsp技术简单理解j

Copyright © 2024 有趣生活 All Rights Reserve吉ICP备19000289号-5 TXT地图HTML地图XML地图