【发布时间】:2018-11-16 01:13:13
【问题描述】:
我想在 php 中包含我的 css 文件,有人可以帮我添加吗?
include('config.php');
$cssFile = "style.css";
echo "<link rel='stylesheet' href='/books/style.css'>";
如何在 PHP 应用程序中添加我的 css?
【问题讨论】:
-
我必须文件 1 php 和 2 是 css ,我想在 php 页面中设置一些样式,我该怎么做?
-
您期望的结果是什么?你想完成什么?