配置web.config使网站显示.webp格式图片
<configuration></configuration> 节内添加下列内容
<system.webServer>
<staticContent>
<mimeMap fileExtension=".webp" mimeType="image/webp" />
</staticContent>
</system.webServer>
<configuration></configuration> 节内添加下列内容
<system.webServer>
<staticContent>
<mimeMap fileExtension=".webp" mimeType="image/webp" />
</staticContent>
</system.webServer>