jquery中修改一个元素的值或内容时间:2023-03-09 05:54:54 jquery中修改一个元素的值或内容,比如数值增加可以使用这个方法取得原值并+1 $this.text(function(i,ot){return Number(ot)+1;});