标题:三级联动地址:www.api.com/text.php传值:area_pid : 区的idarea_id : 省的id返回值:{ "cod...
656
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> &...
626
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> &...
652
<?phpnamespace app\index\controller;use think\Db;class Query{ //读操作都是返回的二维数组,没有满足条件的记录 返回的是空...
497
api看不懂数组,所以调用接口时先将数据转换json格式;json_encode将数组转换成json格式,,api接口看得懂这个json格式,然后在进行调用
503
<!DOCTYPE html> <html> <head> <title>系统设置</title> <link ...
588
<?php namespace app\admins\controller; use think\Controller; use Util\SysDb; clas...
614
MVC:Model-View-Controller (模型)(视图)(控制器) ...
441
<?php namespace app\admins\controller; use think\Controller; use Util\SysDb; clas...
510
<?phpclass Hubby{public function delete(){$num = Db::table('staff')->delete(19);$num =...
836
<!DOCTYPE html> <html> <head> <title></title> <link rel...
453
REATE TABLE `products` ( `id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, # 主键, 自增 ID `nam...
686
composer config -g repo.packagist composer https://packagist.phpcomposer.com如果你是第一次安装的话,在命令行下面,切换到你的...
415
有两个要点:1。要用到usort()函数的第二个参数(回调),使用回调可以自定义排序规则,使排序函数变得更强大,更灵活  ...
442
<php? $func = functin(){} $name = '张无忌'; &nbs...
508