注意:此页面搜索的是所有试题
php中以下能输出1到10之间的随机数的是( )
单选题 (2 分) 2分
A.
echo rand();

B.
echorand()*10;

C.
echo rand(1,10);

D.
echorand(10);

参考答案