gpt4 book ai didi

node.js jade - 如何在 jade 中设置内容类型

转载 作者:搜寻专家 更新时间:2023-10-31 22:36:51 26 4
gpt4 key购买 nike

我有一个 View ,其中返回的 MIME 类型各不相同。如何设置标题部分的内容类型?

这是我想做的

!!!
html
head
title #{site.title} - #{site.version}
link(rel='stylesheet', href='/stylesheets/style.css')
script(type='text/javascript', src='/javascripts/jquery-1.5.1.min.js')
content-type #{mimetype}
body!= body

最佳答案

您可以指定 content-type meta tag像这样:

meta(http-equiv="content-type", content="#{contentType}; charset=UTF-8")

请记住内容类型的标签是 <META ...

关于node.js jade - 如何在 jade 中设置内容类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7455205/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com