Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wzc570738205 authored Feb 21, 2022
1 parent 841194a commit 51dd063
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@ import smart from 'address-smart-parse'
<script src="js/pcasCode.js"></script>
<script src="js/zipCode.js"></script>
<script src="js/address_parse.js"></script>
//jsdelivr
<script src="https://cdn.jsdelivr.net/npm/[email protected]/pcasCode.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/zipCode.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/address_parse.js"></script>
//gitee
<script src="http://wzhichao.gitee.io/smartParsePro/js/pcasCode.js"></script>
<script src="http://wzhichao.gitee.io/smartParsePro/js/zipCode.js"></script>
Expand All @@ -158,7 +163,7 @@ smart("陕西省西安市雁塔区丈八沟街道高新四路高新大都荟7100


## 生成数据格式
```
```json
{
zipCode:710061

Expand Down

0 comments on commit 51dd063

Please sign in to comment.