0

通常我们可以通过i++对任何 JS 变量执行递增值。

我可以做一些类似于这个 jQuery 代码的事情吗:

$this.data('numOfOccurrences', $this.data('numOfOccurrences') + 1 );

这不起作用:

$this.data('numOfOccurrences')++; 
4

0 回答 0