文章列表
黄金数据查询演示示例
using System;
using System.Text;
using System.Net;
namespace gold
{
class Program
{
static void Main(string[] args)
{
string key = "*****************";//申请的key值
string url = "http://apis.haoservice.com/lifeservice/go ...
航班查询接口
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:/ ...
如果你是一位家庭主妇,你可能常常会因为吃什么而烦恼.每天饭菜都一样,闻也会腻,那怎么办呢?上网找呗!网上有数不尽的花样,包您满意!
Haoservice数据接口公司提供菜谱,给大家简单介绍一下.
接口信息:
URL: http://apis.haoservice.com/lifeservice/cook/query
支持格式:json
请求方式: :GET POST
DEMO:http://apis.haoservice.com/lifeservice/cook/query?key=您申请的KEY&menu=%E8%A5%BF%E7%BA%A2%E6%9F%BF&rn=10&am ...
星座查询演示示例代码:
using System;
using System.Text;
using System.Net;
namespace map
{
class Program
{
static void Main(string[] args)
{
string key = "*********************";
string consName="白羊座";
string type="today"; ...
天气查询接口
根据城市名(IP)查询天气
演示示例代码:
using System;
using System.Text;
using System.Net;
namespace tianqi
{
class Program
{
static void Main(string[] args)
{
string key = "*********************&qu ...
车辆违章查询演示示例
using System;
using System.Text;
using System.Net;
namespace weizhang
{
class Program
{
static void Main(string[] args)
{
string city = "*******";// 城市代码 *
string hphm = "*********";// 号牌号码 完整7位 *
string hpzl ...
using System;
using System.Text;
using System.Net;
namespace caipiao
{
class Program
{
static void Main(string[] args)
{
string key = "52bd00811f3442d8a6cca4ed6198316a";//申请的key值
int id=3;
string url = "http://api ...