頁面調用接口,簡單寫個api 試試php
以下json
<?php $arr = array( array('url'=>'https://baidu.com'), array('map'=>'https://gaode.com'), ); echo json_encode($arr); ?>