摘要: 1.PHP 全过程教程和测试网https://www.sijiaomao.com/topic/1 阅读全文
posted @ 2017-12-11 18:51 yangchunlong 阅读(152) 评论(0) 推荐(0) 编辑
摘要: THINKPHP5判断当前浏览器请求方式 作用 代码 是否为 GET 请求 if (Request::instance()->isGet()) 是否为 POST 请求 if (Request::instance()->isPost()) 是否为 PUT 请求 if (Request::instanc 阅读全文
posted @ 2017-12-11 10:57 yangchunlong 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 1.AJAX在购物车中的应用http://www.imooc.com/learn/607 阅读全文
posted @ 2017-12-11 10:10 yangchunlong 阅读(332) 评论(0) 推荐(0) 编辑