列出指定縣市下所有鄉鎮市區(含 town code + 3 碼郵遞區號)。 舊名 → 現名自動對齊(高雄縣 → 高雄市 等)。
パラメータ
| 名前 | 型 | 説明 |
|---|---|---|
| county * | string | — |
生の JSON schema
{
"properties": {
"county": {
"title": "County",
"type": "string"
}
},
"required": [
"county"
],
"title": "list_districts_in_countyArguments",
"type": "object"
}呼び出し方
スターター——パラメータは上表参照
tw_list_districts_in_county({ county: "…" })