function createRange($number){ $data = []; for($i=0;$i<$number;$i++){ $data[] = time(); } return $data; }. 这是一个非常常见的PHP函数,我们在 ...
確定! 回上一頁