function selflog_show(id) { var num = parseInt(document.getElementById("number").value); J.dialog.get({id: 'haoyue_creat', title: '购物成功', width: 600, height:400, link:'<%=path%>/servlet/CartServlet?id='+id+'&num='+num+'&action=add', cover:true}); }
添加回答
举报
0/150
提交
取消