<?php $str[0]='随机1'; $str[1]='随机2'; //自己加… $id=array_rand($str,1); echo $str[$id]; $var=$str[$id]; echo $var; ?>