代码如下: $(function(){ $(“.child_tab tr:last-child”).find(“td”).css({borderBottom:’none’}) //获得文本框对象 var t = $(“.amount-input”); //数量增加操作 $(“.amount-up”).click(function(e){ var c1=parseInt($(this).prev().val()); $(this).prev().val(c1+1); e.preventDefaul