bd.php <?php /* explain: version : 1.0.1 使用: $db = new db; (1) : 查询操作 : 返回数组. 查询表里所有的数据: $db->table('price_table')->select(); 查看表里指定的字段: $db->table('price_table' sql 2023-11-17 43 点赞 0 评论 65 浏览