| 
 | 
 
 
 楼主 |
发表于 2016-6-13 10:56:00
|
显示全部楼层
 
 
 
 
这是代码 $data['css'][0] = "<link type='text/css' rel='stylesheet' href='".base_url()."css/home2010.css'>"; 
这是在页面源代码点击css的情况 
<?xml version="1.0" encoding="UTF-8"?> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 
<head> 
<title>Object not found!</title> 
<link rev="made" href="mailto:webmaster@localhost" /> 
<style type="text/css"><!--/*--><![CDATA[/*><!--*/  
    body { color: #000000; background-color: #FFFFFF; } 
    a:link { color: #0000CC; } 
    p, address {margin-left: 3em;} 
    span {font-size: smaller;} 
/*]]>*/--></style> 
</head> 
 
<body> 
<h1>Object not found!</h1> 
<p> 
 
 
    The requested URL was not found on this server. 
 
   
 
    If you entered the URL manually please check your 
    spelling and try again. 
 
   
 
</p> 
<p> 
If you think this is a server error, please contact 
the <a href="mailto:webmaster@localhost">webmaster</a>. 
 
</p> 
 
<h2>Error 404</h2> 
<address> 
  <a href="/">localhost</a><br /> 
  <span>Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15</span> 
</address> 
</body> 
</html> 
 
 |   
 
 
 
 |