`
tuohuj
  • 浏览: 1971 次
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
航班查询接口 using System; using System.Text; using System.Net; namespace plane {     class Program     {         static void Main(string[] args)         {             string name="CA5901";             string key = "**********************";//申请的key值             string url = "http:/ ...
星座查询演示示例代码: using System; using System.Text; using System.Net; namespace map {     class Program     {         static void Main(string[] args)         {             string key = "*********************";             string consName="白羊座";             string type="today"; ...
天气查询接口演示代码: using System; using System.Text; using System.Net; namespace tianqi {     class Program     {         static void Main(string[] args)         {             string key = "*********************";//申请的key值             string cityname = "北京";//输入想要查询的城市名             string ...
火车票查询接口 using System; using System.Text; using System.Net; namespace trian ticket {     class Program     {         static void Main(string[] args)         {             string key = "******************";//申请的key值             string date="*********";//日期             string from=&q ...
基站使用api说明 移动联通基站定位 参数说明:  名称  类型  是否必须  说明  mcc  int(十进制)  是  mcc国家代码:中国代码;460  mnc  int(十进制)  是   mnc网络类型0移动1联通(电信对应sid)  cell_id  int(十进制)  是   基站Id(电信对应bid)  lac  int(十进制)  是   lac(电信对应nid)  key  string  是   APP KEY  type  int  否  返回坐标类型默认值 0(google坐标),1( 百度坐标),2(gps坐标) 返回码说明:  返回码  说明  1  缺少key值 ...
Global site tag (gtag.js) - Google Analytics