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