<!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 

 

 

相关文章:

  • 2022-12-23
  • 2022-01-29
  • 2022-03-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-04-09
  • 2022-01-12
猜你喜欢
  • 2021-12-19
  • 2021-05-20
  • 2021-08-27
  • 2022-12-23
  • 2021-08-17
  • 2021-12-13
相关资源
相似解决方案