私は localstorage を試しています。次のスニペットがありますが、なぜ何もしないのだろうかと思います。
var tuotteita = localStorage.getItem("simpleCart_items");
if(tuotteita != NULL){
alert(tuotteita);
}
それは私にはうまく見えますか?
私は localstorage を試しています。次のスニペットがありますが、なぜ何もしないのだろうかと思います。
var tuotteita = localStorage.getItem("simpleCart_items");
if(tuotteita != NULL){
alert(tuotteita);
}
それは私にはうまく見えますか?