<div data-cart=""></div>
$("div").data("cart"); //取值 $("div").data("cart", "myCart"); // cart 設置為 myCart
回應已關閉。