技术频道


IIS 支持 webp 图片文件格式

IIS 支持 webp


<configuration> 
    <system.webServer> 
        <staticContent> 
            <mimeMap fileExtension=".webp" mimeType="image/webp" /> 
        </staticContent> 
    </system.webServer> 
</configuration>

IIS 支持 webp 扩展阅读:



发表评论