摘要: class rand{ public function and($length){ $sre=''; $str='zcvbm234298'; for ($i=0;$i<$length;$i++){ $sre.=$str[rand(0,strlen($str)-1)]; } return $sre; 阅读全文
posted @ 2021-06-27 19:35 王越666 阅读(227) 评论(0) 推荐(0) 编辑