2020年12月11日
摘要: <?php /** * */ class DB { public $link; private static $db;//看当前这个类有没有被实例化 private function __construct($host,$user,$pwd,$dbname){ $this->link = mysql 阅读全文
posted @ 2020-12-11 10:52 车车大人 阅读(271) 评论(0) 推荐(1)