質問編集履歴

1

誤字

2019/04/02 13:53

投稿

nagi2011
nagi2011

スコア17

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,7 @@
38
38
 
39
39
  //Address = (string)prefecture["pname"] + " " + (string)municipality["mname"];
40
40
 
41
- Address = (string)prefecture["pname"] + " " + (string)municipality["mname"] + " " + (string)municipality["section"] ;
41
+ Address = (string)prefecture["pname"] + " " + (string)municipality["mname"] + " " + (string)local["section"] ;
42
42
 
43
43
  }
44
44