Num=3Price=11.50(Number(Price*Num)).toFixed(2)=34.50
为动态元素添加点击事件的 方法
//为动态元素添加点击事件的 方法 $(document).on("click", ".check-access", function () { alert("1"); });