php的api数据接口书写实例(推荐) 以下是接口代码实例:<?php$output=array();$a=@$_GET['a']?$_GET['a']:'';$uid=@$_GET['uid']?$_GET[ api接口实例