我需要通过php生成单个数字随机时间.
就像我想生成0随机时间
结果可能是喜欢的
0000或0000000000或0000000000000000
任何人都可以帮忙吗?
php random numbers
这个php生成0十次或更少次
str_repeat('0', mt_rand(1, 10))
我怎么能在HTML中的javascript中做到这一点
我只想要很多次
html javascript php
php ×2
html ×1
javascript ×1
numbers ×1
random ×1