質問編集履歴

2

書き換えました

2019/05/07 22:36

投稿

teakiyoshi
teakiyoshi

スコア11

test CHANGED
File without changes
test CHANGED
@@ -18,6 +18,8 @@
18
18
 
19
19
  ```
20
20
 
21
+ 変数 c でエラーになっていると思います
22
+
21
23
  int c の値をpublic void afterTextChanged(Editable s) {
22
24
 
23
25
  textView.setText(s.toString());に値を表示

1

書き換えました

2019/05/07 22:36

投稿

teakiyoshi
teakiyoshi

スコア11

test CHANGED
File without changes
test CHANGED
@@ -20,8 +20,6 @@
20
20
 
21
21
  int c の値をpublic void afterTextChanged(Editable s) {
22
22
 
23
- textView.setText(s.toString());
23
+ textView.setText(s.toString());に値を表示
24
24
 
25
-
26
-
27
- 値を表示したいのですが、間違いを指摘してください
25
+ したいのですが、間違いを指摘してください