<!DOCTYPE html> <html lang="en"> <head> &nbs...
294
<!--index.wxml--><!-- 顶部导航 --><view class='header'><view class='hea...
195
<!DOCTYPE html> <html lang="en"> <head> &nbs...
364
<?php$method = "GET";// 请求示例 url 默认请求参数已经做URL编码$url = "http://api01.bitspaceman.co...
319
api主要用来数据的传递 通常php给网页 小程序 andrid ios之间数据的请求和接受 格式为常用json格式 数据类型可以为字符串数值 数组对象null 常用的函数json_enc...
301
Car.php: <?php class Car { public $name; &n...
288
<!DOCTYPE html><html><head> <title>小米商城</title> &nb...
398
<!DOCTYPE html><html><head> <title>小米商城</title> &nb...
187
小米商城(主体内容布局 HTML部分)<!DOCTYPE html><html lang="en"><head><meta charset...
580
public function delete(){ $requedt=Request::parm('post.mid'); $res = $admin_me...
574
class NewsPic extends Common{ public function index() { &nbs...
275
public function login(){ $username = trim(input('post.username'));  ...
322
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"&...
289
// 添加管理员 public function add(){ $id = (int)input('get.id');  ...
340
渲染后台操作控制器内容<?phpnamespace app\admin\controller;use think\captcha\Captcha;use think\Controller;cla...
147