发布网友 发布时间:2022-12-21 05:04
共2个回答
热心网友 时间:2023-10-05 07:26
php后台代码(命名为:houtai.php):
<?php
srand ((float) microtime() * 10000000);
$input = array ("wx1", "wx2", "wx3", "wx3");
$rand_keys = array_rand ($input);
//print $input[$rand_keys];
?>
前台代码(在前台展示页面,例如:index.php):
<span id="wxzs"><?php require_once 'houtai.php'; echo "$input[$rand_keys]";?></span>
主要利用随机数原理,可以参考这个网址:http://www.jb51.net/article/84856.htm
热心网友 时间:2023-10-05 07:26
你将所有*放在一个数组$wxArr里面,然后随机一个数字$i,数字大小为到微信总数,