小總結之三 購物車

2021-08-27 14:09:23 字數 324 閱讀 7547

簡易版購物車遇到的問題

1.cookie只能存文字資訊

json.parse()

—將json文字格式解析為js格式

json.stringify()

—將js(陣列或物件)轉化為json格式字串

根據實際情況,括號內的內容不需要加引號

2.小細節的業務邏輯

a.當cookie裡沒有值時,用json.parse()這個轉換就會報錯,所以需要判斷,如果cookie裡沒有值,就給個空陣列 [ ],以便存資訊

b.input內的獲取焦點事件,event.target和this指向哪個事件源

購物車總結

我們當前實現的購物車是以cookie的方式實現的,這樣做的優點有以下兩點 實現簡單 不需要占用服務端儲存空間 缺點也很明顯,主要有以下兩點 儲存容量有限 cookie中儲存的資料量畢竟是比較有限的 更換裝置後,購物車資訊不能同步 要求使用者登入。把購物車商品列表儲存到資料庫中。推薦使用redis。如...

購物車小程式

coding utf 8 shp iphone 5000 offee 35 shoes 800 pric list e int input 請輸入賬戶金額 while true for i,p in enumerate shp print i,p 0 p 1 enther input 請輸入要購買的...

購物車(註冊 登入 購物 購物車 結帳)

購物車 註冊 登入 購物 購物車 結帳 shopping car dict dict money 0 def input username pwd username input username pwd input pwd return username,pwd def goods get with...