0

当我快速单击按钮时,会导致 iPhone5 更高的 CPU 使用率?为什么会这样?代码如下:

<div>{{tempstrng}}</div>
<button tappable (touchend)="change()">add 0</button>

public change (){
   this.tempstring +='0';
}
4

0 回答 0