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