PHP7实战开发简单CMS内容管理系统(3) 引入后台首页
css,js引入
/admin/index.php
相对路径:
<link href="/static/assets/admin/css/bootstrap.css" rel="stylesheet">
绝对路径:
<link href="http://www.xxoo.com/static/assets/admin/css/bootstrap.css" rel="stylesheet">
推荐使用绝对路径
css,js引入
/admin/index.php
相对路径:
<link href="/static/assets/admin/css/bootstrap.css" rel="stylesheet">
绝对路径:
<link href="http://www.xxoo.com/static/assets/admin/css/bootstrap.css" rel="stylesheet">
推荐使用绝对路径