摘要:
function makecode(){ $code="ABCDEFGHIGKLMNOPQRSTUVWXYZ"; $rand=$code[rand(0,25)].strtoupper(dechex(date('m'))) .date('d').substr(time(),-5) .substr(mi 阅读全文
posted @ 2018-11-05 10:25
酷酷的城池
阅读(1146)
评论(0)
推荐(0)
摘要:
<?php class DB { private $address = 'localhost'; private $username = 'root'; private $password = 'root'; private $db = 'sanbao'; private $table = 'car 阅读全文
posted @ 2018-11-05 10:19
酷酷的城池
阅读(378)
评论(0)
推荐(0)