页面调用接口,简单写个api 试试
如下
<?php
$arr = array(
array('url'=>'https://baidu.com'),
array('map'=>'https://gaode.com'),
);
echo json_encode($arr);
?>
页面调用接口,简单写个api 试试
如下
<?php
$arr = array(
array('url'=>'https://baidu.com'),
array('map'=>'https://gaode.com'),
);
echo json_encode($arr);
?>
本文网址:https://www.zhankr.net/140545.html
该资源仅限VIP专享下载