摘要: 1 function create_invite_code() { 2 $code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'; 3 $rand = $code[rand(0,25)] 4 .strtoupper(dechex(date('m'))) 5 .date('d').su 阅读全文
posted @ 2020-07-13 16:25 ,,,, 阅读(984) 评论(0) 推荐(0)