Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
增加以下内容: ### Python调用 ``` import requests URL='https://wangzc.wang/smAddress' data=lambda x : r'{"address":"' + x + '"}' address=r'陕西省西安市雁塔区丈八沟街道高新四路高新大都荟710061 刘国良 13593464918 211381198512096810' # address requests.post(url=URL,data=data(address).encode('utf-8')) print(res.json()) # output ```
- Loading branch information