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