摘要: 情景: 原代码: <div class="cart-title">口味</div> <ul> <li class="sku-line selected">原味<i></i></li> <li class="sku-line">奶油<i></i></li> <li class="sku-line">炭 阅读全文
posted @ 2022-07-20 20:25 临易 阅读(237) 评论(0) 推荐(0)
摘要: 1.a.html: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <a href="b.html?pid=101">跳转到b页面</a> </body> </html> b.ht 阅读全文
posted @ 2022-07-20 17:07 临易 阅读(58) 评论(0) 推荐(0)
摘要: 点击首页推荐的商品、轮播图商品广告、商品列表页面点击商品,就会进入到商品的详情页面。 一、流程分析 点击推荐商品 ———商品ID———> 商品详情 ————商品ID————> 商品详情 <———商品详情———— 接口 轮播图广告 ————商品ID———> ————商品ID————> 商品详情 <—— 阅读全文
posted @ 2022-07-20 16:38 临易 阅读(123) 评论(0) 推荐(0)