摘要: body{ font-size: 12px;font-family: verdana;width: 100%; } div.page... 阅读全文
posted @ 2020-04-16 21:35 贵哥的编程之路 阅读(4) 评论(0) 推荐(0)
摘要: create table page1( ID INT(10) not null auto_increment key, NAME v... 阅读全文
posted @ 2020-04-16 21:34 贵哥的编程之路 阅读(6) 评论(0) 推荐(0)
摘要: create table page1( ID INT(10) not null auto_increment key, NAME v... 阅读全文
posted @ 2020-04-16 21:34 贵哥的编程之路 阅读(4) 评论(0) 推荐(0)
摘要: insert shop_goods(gname,price,pic) values(‘apple1’,‘4881’,‘3.jpg’)... 阅读全文
posted @ 2020-04-16 00:03 贵哥的编程之路 阅读(10) 评论(0) 推荐(0)
摘要: insert shop_goods(gname,price,pic) values(‘apple1’,‘4881’,‘3.jpg’)... 阅读全文
posted @ 2020-04-16 00:03 贵哥的编程之路 阅读(7) 评论(0) 推荐(0)
摘要: Document 购物车列表 商品编号 商品图片 商品名称 商品价格 商品数量 操作 ... 阅读全文
posted @ 2020-04-15 23:57 贵哥的编程之路 阅读(10) 评论(0) 推荐(0)
摘要: Document 购物车列表 商品编号 商品图片 商品名称 商品价格 商品数量 操作 ... 阅读全文
posted @ 2020-04-15 23:57 贵哥的编程之路 阅读(7) 评论(0) 推荐(0)
摘要: 我这人有一个毛病,就是喜欢核心,别跟我提垃圾,我只讲核心: case 'addCart': //添加购物车的id,看看是哪一条物品... 阅读全文
posted @ 2020-04-15 23:54 贵哥的编程之路 阅读(21) 评论(0) 推荐(0)
摘要: 我这人有一个毛病,就是喜欢核心,别跟我提垃圾,我只讲核心: case 'addCart': //添加购物车的id,看看是哪一条物品... 阅读全文
posted @ 2020-04-15 23:54 贵哥的编程之路 阅读(15) 评论(0) 推荐(0)
摘要: 0){ while($row=mysqli_fetch_assoc($result)) { $rows[]=$row; }}?> ... 阅读全文
posted @ 2020-04-15 22:40 贵哥的编程之路 阅读(21) 评论(0) 推荐(0)