Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在编辑 .css 文件,试图使 php 代码正常工作,但是当我正常放置它们时,它会像普通文本一样出现,我想知道我可以在 .css 文件中运行 php 文件吗?如果是的话,它会起作用吗?
<?php header("Content-type: text/css"); // and echo your CSS code...
但是不要这样做,这不值得。每次更改时只需将动态 CSS 保存到 CSS 文件中