随笔分类 -  MongoDB

摘要:<?php //配置 $config = [ 'db' => 'test', 'pwd' => 'test12345', 'uri' => '127.0.0.1', ]; function dd($data) { echo '<pre>'; print_r($data); } //定义测试数据 $u 阅读全文
posted @ 2021-08-04 16:31 SOARING-SUN 阅读(116) 评论(0) 推荐(0)