gpt4 book ai didi

python - 不能在 cherrypy 中包含 css

转载 作者:行者123 更新时间:2023-11-28 22:04:55 25 4
gpt4 key购买 nike

我从 PHP 开始使用 CherryPy,但我遇到了问题。我在 Eclipse 项目 (PyDev cherrypy) 中创建,它显示在浏览器基本 html 中,但出于某种原因它想要包含 css 和 js 文件。我像在 php 中一样包含(html,有 css 文件夹,相对路径可以)

<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />

但是没有显示。下面是我的项目截图。谁能告诉他们如何包含在 CherryPy css 中? enter image description here

最佳答案

在配置中指定css和js以及images dirs为静态目录:

[/css]
tools.staticdir.on = True
tools.staticdir.dir = "static"

有关如何编写 site.config 文件的更多信息:

http://www.cherrypy.org/wiki/StaticContent

关于python - 不能在 cherrypy 中包含 css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6097281/

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