在我的 PHP 站点中,当用户将某些东西添加到他们的购物车时,我会触发 URL 更改以在页面上创建一些函数和触发器:
原始网址
/category/product/10
新网址
/category/product/10#addtocartbutton
网址变成
/category/product/10?x=1
方法:
/category/product/10
/category/product/10#addtocartbutton (user clicks an onclick href to submit form)
/category/product/10?x=1 (the form adds the item to the session and appends this URL querystring)
问题是当他们按下 bac b