代码如下:
$('button#1').click(function(){ var eleInput = $(this).find('input'); eleInput.val(parseInt(eleInput.val()) + 1)})