回答編集履歴

1

コード修正

2015/08/21 15:51

投稿

yona
yona

スコア18155

test CHANGED
@@ -14,13 +14,13 @@
14
14
 
15
15
  } else {
16
16
 
17
- if(bundle.containsKey("title")){
17
+ if(b.containsKey("title")){
18
18
 
19
19
  System.out.print("正しく動いている");
20
20
 
21
21
  } else {
22
22
 
23
- System.out.print("指定したキーがない");
23
+ System.out.print("指定したキーがない");
24
24
 
25
25
  }
26
26