1.创建一个PHP文件名为 css.php代码如下

PHP代码
  1. <?   
  2. $pattern = ’1234567890abcdef’;    //字符池   
  3. for($i=0;$i<6;$i++)   
  4. $key .= $pattern{mt_rand(0,15)};    //生成php随机数   
  5.  
  6. ?>  
  7. body,html{   
  8.     background-color: #<?=$key;?>;   
  9. }   

2.在网页中引用

XML/HTML代码
  1. <link rel="stylesheet" href="css.php" type="text/css" media="all" />   

Also see:

  • No Related Post
Subscribe in reader