質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
var municipality = (Dictionary<string, object>)result["municipality"];
|
19
19
|
var local = (Dictionary<string, object>)result["local"];
|
20
20
|
//Address = (string)prefecture["pname"] + " " + (string)municipality["mname"];
|
21
|
-
Address = (string)prefecture["pname"] + " " + (string)municipality["mname"] + " " + (string)
|
21
|
+
Address = (string)prefecture["pname"] + " " + (string)municipality["mname"] + " " + (string)local["section"] ;
|
22
22
|
}
|
23
23
|
|
24
24
|
```
|