标签: ionic2 iphone-5 ios10.3
当我快速点击按钮时,会导致iPhone5使用更高的CPU? 为什么会这样? 代码如下:
<div>{{tempstrng}}</div> <button tappable (touchend)="change()">add 0</button> public change (){ this.tempstring +='0'; }