摘要:
host = !empty($config['host']) ? $config['host'] : "localhost"; //考虑空值情况,使用默认值代替 $this->port = !empty($config['port']) ? $config['port'] : "3306" ; $this->user = !empty($config['user']) ? $config... 阅读全文
posted @ 2017-11-10 12:37
墨守123
阅读(309)
评论(0)
推荐(0)

浙公网安备 33010602011771号