php wordpress随机背景
wordpress随机背景 [代码片段(17行)]
html, body { height: 100%; } img#bg { position:fixed; top:0; left:0; width:100%; height:100%; } <body> <?php $random_image = rand(1, 5); /*let's choose random image...*/ ?> <img id="bg" alt="" src="<?php bloginfo('stylesheet_directory');?>/images/<?php echo $random_image; ?>.jpg" /> //该片段来自于http://outofmemory.cn
- 上一篇:偏移量 php中通过偏移量访问字符串
- 下一篇:php字符串转数组,支持中文
精彩图集
精彩文章