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