$array = ["a", "b", "c"];. 2. $random = $array[ Rand(0, count($array)-1) ];. 3. . 4. echo $random; // a or b or c. Add a Grepper Answer ...
確定! 回上一頁