06 2021 档案

摘要:/** * 验证密码 * @param $password * @return bool */ public static function checkPassword($password) { //$search = '/^[-_a-zA-Z0-9]{6,20}$/'; //密码至少8位,包括数字 阅读全文
posted @ 2021-06-10 15:52 盘思动 阅读(7004) 评论(1) 推荐(0)