2021年6月12日

php页面 数组根据下标来排序

摘要: $a = [ ['id'=>1,'title'=>'星期二的早晨','author'=>'张三','date'=>'2021-6-1'], ['id'=>2,'title'=>'星期三的早晨','author'=>'李四','date'=>'2021-6-1'], ['id'=>3,'title& 阅读全文
posted @ 2021-06-12 11:59 棍棍的爱情 阅读(96) 评论(0) 推荐(0) 编辑

使用VUE+原生PHP完成搜索后分页的效果

摘要: html代码: <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-sc 阅读全文
posted @ 2021-06-12 11:56 棍棍的爱情 阅读(116) 评论(0) 推荐(0) 编辑

vue成就购物城的功能 (展示增删改查)

摘要: <!DOCTYPE html><html> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script src="js/vue.js"></script> <!-- CSS --> <link rel="s 阅读全文
posted @ 2021-06-12 11:50 棍棍的爱情 阅读(38) 评论(0) 推荐(0) 编辑