An open API service indexing awesome lists of open source software.

https://github.com/daihy8759/zh-address-parse


https://github.com/daihy8759/zh-address-parse

address china parser

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## zh-address-parse

### java

- 加入依赖

```xml


com.github.daihy8759
zh-address-parse
1.0.1

```

- 使用

```java

import com.github.daihy8759.util.ZhAddressParser;

ZhAddressParser.parse("", true, true, true)
```

### node

### js

## 感谢

- [zh-address-parse](https://github.com/ldwonday/zh-address-parse)