This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var bankTypes = [ | |
{"code": "0", "name": "中華郵政"}, | |
{"code": "1", "name": "信用合作社"}, | |
{"code": "2", "name": "國內外銀行"}, | |
{"code": "3", "name": "漁會"}, | |
{"code": "4", "name": "農會"} | |
]; | |
var bankCodes = { | |
"0": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
area_data = { | |
'臺北市': [ | |
'中正區', '大同區', '中山區', '萬華區', '信義區', '松山區', '大安區', '南港區', '北投區', '內湖區', '士林區', '文山區' | |
], | |
'新北市': [ | |
'板橋區', '新莊區', '泰山區', '林口區', '淡水區', '金山區', '八里區', '萬里區', '石門區', '三芝區', '瑞芳區', '汐止區', '平溪區', '貢寮區', '雙溪區', '深坑區', '石碇區', '新店區', '坪林區', '烏來區', '中和區', '永和區', '土城區', '三峽區', '樹林區', '鶯歌區', '三重區', '蘆洲區', '五股區' | |
], | |
'基隆市': [ | |
'仁愛區', '中正區', '信義區', '中山區', '安樂區', '暖暖區', '七堵區' | |
], |