菜单切换
FACESOHO知行者
心灵
记录
远方
赞赏工具
源代码
运行
保存
<html> <body> <?php mt_srand(mktime()); echo(mt_rand()); ?> </body> </html>
运行结果
1279133997