質問編集履歴

1

Stringを消した

2017/06/10 02:23

投稿

edoooooo
edoooooo

スコア476

test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  EditText getusername2 = (EditText) layout.findViewById(R.id.username);
28
28
 
29
- String username = getusername2.getText().toString();
29
+ username = getusername2.getText().toString();
30
30
 
31
31
  }
32
32