質問するログイン新規登録

回答編集履歴

1

矢印の方向を修正

2020/10/15 03:40

投稿

storm3
storm3

スコア330

answer CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ```typescript
4
4
  this.temppt1.splice(0,100000,ptdatafiltered)
5
-
5
+ ↓結果を変数で受け取る
6
6
  this.temppt1 = this.temppt1.splice(0,100000,ptdatafiltered)
7
7
  ```