Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 244 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 244 Bytes

安装:composer require zzdylan/area-code
使用
getJson.php

<?php
require './vendor/autoload.php';  
$code = new \ZzDylan\AreaCode\Code();  
$code->save();

命令行运行
php getJson.php 默认会将json保存在当前路径