App下载

demo_func_math_rand 在线工具

demo_func_math_rand 在线工具

<?php
echo(rand() . "<br>");
echo(rand() . "<br>");
echo(rand(10,100));
?>
运行结果