http://www.uw-team.org/hm3next/skrypty/szukaj.php?name=asd
刷新几次以查看它在做什么。
怎么做那样的事情?我认为这与兰特有关,但我不能真的这样做。
答案 0 :(得分:8)
如果我理解你的问题很少,那么你正在寻找的是这样的:
$messages = array(
'This is the first message',
'This is the second message',
'This is the third message'
);
echo $messages[rand(0, count($messages) - 1)];
答案 1 :(得分:-1)
是的,你使用随机数组是正确的,我们可以得到这个输出...