This file contains hidden or 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
// 都道府県コード | |
const pref={ | |
'01':'北海道', | |
'02':'青森県', | |
'03':'岩手県', | |
'04':'宮城県', | |
'05':'秋田県', | |
'06':'山形県', | |
'07':'福島県', | |
'08':'茨城県', |
NewerOlder