Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ボタンをすばやくクリックすると、iPhone5 の CPU 使用率が高くなりますか? なぜそれが起こったのですか?次のコード:
<div>{{tempstrng}}</div> <button tappable (touchend)="change()">add 0</button> public change (){ this.tempstring +='0'; }