//输入数量更新,不需要失去焦点才触发 $(document).on('input', "input[id^='itemquantity']", function () {
saveCart(); })