apistore接口调用demo

 
  
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ApiStore</title>
</head>
<body>
<table border="1 solid #000">
<form action="api.php" method="post">
<input type="hidden" name="cate" value="ipdzcx">
IP地址查询:<br>
IP地址:<input type="text" name="ip">
<input type="submit" value="查询">
</form>
</table>
<hr>    
<table border="1 solid #000">
<form action="api.php" method="post">
<input type="hidden" name="cate" value="sjhmgsd">
手机号码归属地:<br>
手机号码:<input type="text" name="phone">
<input type="submit" value="查询">
</form>
</table>
<hr>
<table border="1 solid #000">
<form action="api.php" method="post">
<input type="hidden" name="cate" value="sfzcx">
身份证查询:<br>
身份证号码:<input type="text" name="idservice">
<input type="submit" value="查询">
</form>
</table>
<hr>
<table border="1 solid #000">
<form action="api.php" method="post">
<input type="hidden" name="cate" value="gpcx">
股票查询:<br>
股票代码:<input type="text" name="hkstock" placeholder=" 如:00168">
<input type="submit" value="查询">
</form>
</table>
<hr>
<table border="1 solid #000">
<form action="api.php" method="post">
<input type="hidden" name="cate" value="tqcx">
城市查询:<br>
省名/城市名:<input type="text" name="cityname" placeholder="输入城市名 如:北京">
<input type="submit" value="查询">
</form>
</table>
<hr>
<table border="1 solid #000">
<form action="api.php" method="post">
<input type="hidden" name="cate" value="tqyb">
天气预报:<br>
城市名:<input type="text" name="city" placeholder="输入城市名的拼音 如:beijing">
<input type="submit" value="查询">
</form>
</table>
<hr>

.......
 
  

 demo下载:files.cnblogs.com/files/qhorse/ApiStore.rar 

 

 

你可能感兴趣的:(apistore接口调用demo)